summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 780c4b6..195d6cb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,6 +14,7 @@
#include "screen_setting.h"
#include "screen_gameType.h"
#include "screen_choiceArena.h"
+#include "screen_table.h"
#include "screen_credits.h"
#include "homeDirector.h"
#include "wall.h"
@@ -53,6 +54,7 @@ static void init()
initScreenGameType();
initScreenChoiceArena();
initScreenCredits();
+ initScreenTable();
}
void quit()
@@ -77,6 +79,7 @@ void quit()
quitScreenGameType();
quitScreenChoiceArena();
quitScreenCredits();
+ quitScreenTable();
printf("quit..\n");