aboutsummaryrefslogtreecommitdiff
path: root/src/game/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/operations.h')
-rw-r--r--src/game/operations.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/operations.h b/src/game/operations.h
index 2f2af47..36327ad 100644
--- a/src/game/operations.h
+++ b/src/game/operations.h
@@ -31,6 +31,8 @@ enum op_res quit(struct game_state *state, int data);
enum op_res turn_display_switch(struct game_state *state, int data);
+enum op_res turn_visible(struct game_state *state, int data);
+
enum op_res new_random(struct game_state *state, int data);
enum op_res center(struct game_state *state, int data);
@@ -41,4 +43,4 @@ enum op_res solve(struct game_state *state, int data);
enum op_res start_command_prompt(struct game_state *state, int data);
-#endif \ No newline at end of file
+#endif