summary refs log tree commit diff stats
path: root/src/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h index ecb2306..4c69a58 100644 --- a/src/consts.h +++ b/src/consts.h
@@ -15,5 +15,7 @@ constexpr int NUM_TITLES = 1;
15constexpr int MESSAGE_MARGIN = 64; 15constexpr int MESSAGE_MARGIN = 64;
16constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2; 16constexpr int MESSAGE_TEXT_WIDTH = GAME_WIDTH - MESSAGE_MARGIN * 2;
17constexpr int CHARS_PER_BEEP = 8; 17constexpr int CHARS_PER_BEEP = 8;
18constexpr int MENU_PADDING = 40;
19constexpr int MENU_BORDER = 2;
18 20
19#endif /* end of include guard: CONSTS_H_152EBF56 */ 21#endif /* end of include guard: CONSTS_H_152EBF56 */