diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-02 19:41:48 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-02 19:41:48 +0000 |
| commit | 44404eb5063bd5f040c7a4d8605aa3d43e3a968a (patch) | |
| tree | d9b4fceb80a2abf6103fd6022de80dd3286caaf0 /src/main.c | |
| parent | 8a14d60d2078b4bcdfc789b1b9794e2008979f02 (diff) | |
- par uprav
- dopisany credits
git-svn-id: http://opensvn.csie.org/tuxanci_ng@8 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_credits.h" #include "wall.h" #include "shot.h" #include "panel.h" @@ -48,6 +49,7 @@ static void init() initScreenSetting(); initScreenGameType(); initScreenChoiceArena(); + initScreenCredits(); } void quit() @@ -71,6 +73,7 @@ void quit() quitScreenSetting(); quitScreenGameType(); quitScreenChoiceArena(); + quitScreenCredits(); printf("quit..\n"); |