diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-21 14:03:35 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-21 14:03:35 +0000 |
| commit | 114131bf71d7d4ec48c92a7bde8183442995940f (patch) | |
| tree | 84a3e5ba788d3a6bf76f5067b861fbce8b2f239b /src/main.c | |
| parent | 1e1d106a545a9cadc517de1a0ad931f1a8fcc2fa (diff) | |
- vypisovanie sprav do hry
- oprava chyby odhlaelenj pomocou valgrindu
- zena rychlosti zbrani
- drobne upravy
git-svn-id: http://opensvn.csie.org/tuxanci_ng@31 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -24,6 +24,9 @@ #include "screen_table.h" #include "screen_credits.h" #include "homeDirector.h" +#include "item.h" +#include "shot.h" +#include "arenaFile.h" #include "panel.h" #include "audio.h" #include "sound.h" @@ -31,13 +34,6 @@ #endif -#include "wall.h" -#include "shot.h" -#include "myTimer.h" -#include "arenaFile.h" -#include "item.h" -#include "publicServer.h" - static int my_argc; static char **my_argv; |