diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-09 21:36:26 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-09 21:36:26 +0000 |
| commit | 1438b79069821cba744a4ea4739324560be64fb6 (patch) | |
| tree | 1229b2aca2937be2e838fb2d787ab31d83cd59c7 /src/main.c | |
| parent | da85e88878251f6a980fef95bd47109169a3cf7c (diff) | |
- pridany doomovsky adresar
- moznost ulozit nastavenie
- tabulka najlepsich
- zabytie protigraca minou sa rata do bodov supera
git-svn-id: http://opensvn.csie.org/tuxanci_ng@13 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"); |