summaryrefslogtreecommitdiff
path: root/src/states/ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/states/ids.h')
-rw-r--r--src/states/ids.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/states/ids.h b/src/states/ids.h
new file mode 100644
index 0000000..d8c69da
--- /dev/null
+++ b/src/states/ids.h
@@ -0,0 +1,19 @@
+#ifndef STATE_IDS_H
+#define STATE_IDS_H
+
+namespace States
+{
+ enum Id
+ {
+ None,
+ Title,
+ Menu,
+ Game,
+ Loading,
+ Pause,
+ Settings,
+ Tutorial
+ };
+}
+
+#endif // STATE_IDS_H