diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-01 21:30:00 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-01 21:30:00 +0000 |
| commit | 8a14d60d2078b4bcdfc789b1b9794e2008979f02 (patch) | |
| tree | a6095da867303ec71fed55a952ecd45fc0835417 /include/screen_world.h | |
| parent | f5258aed755575c1abf269348e4e335cdcb17a3b (diff) | |
- screen na vyberanie aren
- areny z povodnych tuxancov boli prescriptovane do tuxanci-ng, treba este dopisat teleporty a rury
git-svn-id: http://opensvn.csie.org/tuxanci_ng@7 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/screen_world.h')
| -rw-r--r-- | include/screen_world.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/screen_world.h b/include/screen_world.h index 937e0a2..aa43968 100644 --- a/include/screen_world.h +++ b/include/screen_world.h @@ -12,7 +12,9 @@ extern bool_t isScreenWorldInicialized(); extern void initWorld(); extern arena_t* getWorldArena(); +extern void setWorldArena(int id); extern void countRoundInc(); +extern void setMaxCountRound(int n); extern int conflictSpace(int x1,int y1,int w1,int h1,int x2,int y2,int w2,int h2); extern int isFreeSpace(int x, int y, int w, int h); extern void findFreeSpace(int *x, int *y, int w, int h); |