summaryrefslogtreecommitdiff
path: root/apps/games_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/games_menu.c')
-rw-r--r--apps/games_menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/games_menu.c b/apps/games_menu.c
index 5b4198e05a..0c37203f4e 100644
--- a/apps/games_menu.c
+++ b/apps/games_menu.c
@@ -37,7 +37,6 @@
37#include "lang.h" 37#include "lang.h"
38 38
39extern bool tetris(void); 39extern bool tetris(void);
40extern bool snake(void);
41 40
42bool games_menu(void) 41bool games_menu(void)
43{ 42{
@@ -48,7 +47,6 @@ bool games_menu(void)
48 { str(LANG_TETRIS), tetris }, 47 { str(LANG_TETRIS), tetris },
49 { str(LANG_SOKOBAN), sokoban }, 48 { str(LANG_SOKOBAN), sokoban },
50 { str(LANG_WORMLET), wormlet }, 49 { str(LANG_WORMLET), wormlet },
51 { str(LANG_SNAKE), snake }
52 }; 50 };
53 51
54 m=menu_init( items, sizeof items / sizeof(struct menu_items) ); 52 m=menu_init( items, sizeof items / sizeof(struct menu_items) );