summaryrefslogtreecommitdiff
path: root/apps/games_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/games_menu.h')
-rw-r--r--apps/games_menu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/games_menu.h b/apps/games_menu.h
index 861c27bfac..a179a2a8ea 100644
--- a/apps/games_menu.h
+++ b/apps/games_menu.h
@@ -19,6 +19,8 @@
19#ifndef _GAMES_MENU_H 19#ifndef _GAMES_MENU_H
20#define _GAMES_MENU_H 20#define _GAMES_MENU_H
21 21
22void games_menu(void); 22#include "menu.h"
23
24Menu games_menu(void);
23 25
24#endif 26#endif