aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index 1d32fedf78..c76cd88f27 100644
--- a/scumm.h
+++ b/scumm.h
@@ -21,6 +21,9 @@
#include "scummsys.h"
+
+#define SCUMMVM_VERSION "0.1.0 devel"
+
#define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0)
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))