aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2003-06-08 12:11:14 +0000
committerMax Horn2003-06-08 12:11:14 +0000
commitbe9e6e85db6ecbaaefcc8fe46066e0ac34bf1201 (patch)
tree482155e803af627d1d335605c1e93bece8ea541b /common/system.h
parent083f4c48455d2bdeb84877c7f3ce2b0169bff94e (diff)
downloadscummvm-rg350-be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201.tar.gz
scummvm-rg350-be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201.tar.bz2
scummvm-rg350-be9e6e85db6ecbaaefcc8fe46066e0ac34bf1201.zip
added quit event
svn-id: r8398
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 21cfb29fd2..d8c06d1ef0 100644
--- a/common/system.h
+++ b/common/system.h
@@ -57,7 +57,9 @@ public:
EVENT_RBUTTONDOWN = 6,
EVENT_RBUTTONUP = 7,
EVENT_WHEELUP = 8,
- EVENT_WHEELDOWN = 9
+ EVENT_WHEELDOWN = 9,
+
+ EVENT_QUIT = 10
};
enum {