summaryrefslogtreecommitdiff
path: root/src/Scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Scene.h')
-rw-r--r--src/Scene.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Scene.h b/src/Scene.h
new file mode 100644
index 0000000..dab51c5
--- /dev/null
+++ b/src/Scene.h
@@ -0,0 +1,5 @@
+#ifndef DNG_SCENE_H
+#define DNG_SCENE_H
+/* sync with constants.lua */
+enum Scene { INTRO, LEVEL, WIN, LOSS };
+#endif // DNG_SCENE_H