diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-07 21:12:57 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-07 21:12:57 +0000 |
| commit | 858f01dedbb681c8e62c9dae4d7c3174991844bf (patch) | |
| tree | efe86d519ff4965373b1a2fe1f59b30e14d73d7e /include/arena.h | |
| parent | 44404eb5063bd5f040c7a4d8605aa3d43e3a968a (diff) | |
-podpora teleportov
-podpora rur
git-svn-id: http://opensvn.csie.org/tuxanci_ng@9 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/arena.h')
| -rw-r--r-- | include/arena.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arena.h b/include/arena.h index 59290fd..38a0a18 100644 --- a/include/arena.h +++ b/include/arena.h @@ -10,11 +10,15 @@ typedef struct arena_struct { char music[STR_SIZE]; + SDL_Surface *background; + list_t *listTux; list_t *listShot; list_t *listWall; list_t *listItem; + list_t *listTeleport; + list_t *listPipe; } arena_t; extern arena_t* newArena(); |