aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/theme.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/theme.h
parent19a5965400f9a252adf540050046d2dc3a026d13 (diff)
downloadsok-c17f5a5377f959a7e67526e0ae89b329bf99a101.tar.bz2
sok-c17f5a5377f959a7e67526e0ae89b329bf99a101.zip
solve in background thread
Diffstat (limited to 'src/sdl/theme.h')
-rw-r--r--src/sdl/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdl/theme.h b/src/sdl/theme.h
index 562df3f..36f75f2 100644
--- a/src/sdl/theme.h
+++ b/src/sdl/theme.h
@@ -8,6 +8,8 @@ typedef enum {
TEXT_STYLE_TITLE,
TEXT_STYLE_MOVES,
TEXT_STYLE_HELP,
+ TEXT_STYLE_SOLVE_WAIT,
+ TEXT_STYLE_SOLVE_MOVES,
TEXT_STYLE_LAST,
} text_style_id_t;