aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/game-state.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-16 07:15:26 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-16 07:15:26 -0500
commitc17f5a5377f959a7e67526e0ae89b329bf99a101 (patch)
treea350ecb2d677a060795fbf20aade2a2c7a5759b6 /src/sdl/game-state.h
parent19a5965400f9a252adf540050046d2dc3a026d13 (diff)
downloadsok-c17f5a5377f959a7e67526e0ae89b329bf99a101.tar.bz2
sok-c17f5a5377f959a7e67526e0ae89b329bf99a101.zip
solve in background thread
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 */