summaryrefslogtreecommitdiffstats
path: root/src/common/misc.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-30 00:12:04 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-30 00:12:04 +0200
commite37019943cb77d8c0735b330339a139430202fd8 (patch)
tree705c83d2774db76c58dd9853b2beb25fa03968d7 /src/common/misc.h
parentdb5c6b5e45134f3cce21ee7b9b5ba4ca8d1e909c (diff)
downloadcolobot-e37019943cb77d8c0735b330339a139430202fd8.tar.gz
colobot-e37019943cb77d8c0735b330339a139430202fd8.tar.bz2
colobot-e37019943cb77d8c0735b330339a139430202fd8.zip
Event handling, CApplication and switch to c++-11
- added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct
Diffstat (limited to 'src/common/misc.h')
-rw-r--r--src/common/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/misc.h b/src/common/misc.h
index e863b69..4853856 100644
--- a/src/common/misc.h
+++ b/src/common/misc.h
@@ -219,7 +219,7 @@ const int KS_NUMMINUS = (1<<15);
// Procedures.
-extern EventMsg GetUniqueEventMsg();
+extern EventType GetUniqueEventType();
extern char RetNoAccent(char letter);
extern char RetToUpper(char letter);