diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-02 19:41:48 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-02 19:41:48 +0000 |
| commit | 44404eb5063bd5f040c7a4d8605aa3d43e3a968a (patch) | |
| tree | d9b4fceb80a2abf6103fd6022de80dd3286caaf0 /include/screen_world.h | |
| parent | 8a14d60d2078b4bcdfc789b1b9794e2008979f02 (diff) | |
- par uprav
- dopisany credits
git-svn-id: http://opensvn.csie.org/tuxanci_ng@8 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/screen_world.h')
| -rw-r--r-- | include/screen_world.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/screen_world.h b/include/screen_world.h index aa43968..d6dfd12 100644 --- a/include/screen_world.h +++ b/include/screen_world.h @@ -14,6 +14,7 @@ extern void initWorld(); extern arena_t* getWorldArena(); extern void setWorldArena(int id); extern void countRoundInc(); +extern void setWorldEnd(); 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); |