diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-26 12:45:53 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-26 12:45:53 +0000 |
| commit | c94fd664bba352732bf0e5c9a77e709b49f1aa4f (patch) | |
| tree | 70936acfc33b46792ce1e3170de6a82f86edfe68 /src/screen_world.c | |
| parent | a1e9bc7430ca827808a502f455b20a23ba15e31a (diff) | |
- mensie upravy v kode
- navod na zostavovanie projektu
- da sa to skompilovat :D
- PS: este to nie je odladene, a musim sa ucit na prijmacky na FEI
git-svn-id: http://opensvn.csie.org/tuxanci_ng@54 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen_world.c')
| -rw-r--r-- | src/screen_world.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screen_world.c b/src/screen_world.c index fde1d4a..c90b419 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -21,9 +21,6 @@ #include "sound.h" #include "fake_audio.h" #include "tux.h" -#include "wall.h" -#include "teleport.h" -#include "pipe.h" #include "item.h" #include "shot.h" #include "gun.h" @@ -37,6 +34,7 @@ #include "font.h" #include "music.h" #include "modules.h" +#include "idManager.h" static arena_t *arena; static int count; |