From 114131bf71d7d4ec48c92a7bde8183442995940f Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 21 Mar 2008 14:03:35 +0000 Subject: - 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 --- src/main.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 41dc5f7..a9622e3 100644 --- a/src/main.c +++ b/src/main.c @@ -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; -- cgit v1.2.3