aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/game-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/game-state.h')
-rw-r--r--src/sdl/game-state.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sdl/game-state.h b/src/sdl/game-state.h
new file mode 100644
index 0000000..f3bd8d4
--- /dev/null
+++ b/src/sdl/game-state.h
@@ -0,0 +1,10 @@
+#ifndef GAME_STATE_H
+#define GAME_STATE_H
+
+typedef enum {
+ GAME_STATE_PLAY,
+ GAME_STATE_SOLVE,
+ GAME_STATE_LAST,
+} game_state_t;
+
+#endif /* GAME_STATE_H */