diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-14 15:25:01 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-14 15:25:01 +0000 |
| commit | a4e34c257a4f5966ce699f48d30b3528bdaa45e4 (patch) | |
| tree | 90835e3ad5263748ee099fc23db99b3cd12d9370 /src/item.c | |
| parent | 1438b79069821cba744a4ea4739324560be64fb6 (diff) | |
- program bol prepisany tak, aby sa dal v buducnosti sietovy multiplayer prepisat pre protokol UDP
( BTW network.[ch] je uz zombia )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@14 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/item.c')
| -rw-r--r-- | src/item.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include "tux.h" #include "item.h" #include "shot.h" +#include "proto.h" static SDL_Surface *g_item[ITEM_COUNT]; |