diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-25 21:23:08 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-25 21:23:08 +0000 |
| commit | ca324c005d511752b2bcdc21fdc7d6c46597469b (patch) | |
| tree | 050b5b836f26390ef44f67a2208fe47c161e8b62 /include/publicServer.h | |
| parent | 6d43cfd6df88e1b6e94c63f9e8e9eb6775bdbf42 (diff) | |
- drobne upravy v kode
- vymazanie duplivitneho kodu pri "hre s GUI" a "public serverom"
git-svn-id: http://opensvn.csie.org/tuxanci_ng@36 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/publicServer.h')
| -rw-r--r-- | include/publicServer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/publicServer.h b/include/publicServer.h index 7577932..6d0c8b4 100644 --- a/include/publicServer.h +++ b/include/publicServer.h @@ -7,13 +7,9 @@ #define WORLD_COUNT_ROUND_UNLIMITED -1 -extern arena_t* getWorldArena(); extern void countRoundInc(); extern int initPublicServer(); extern int getChoiceArenaId(); -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); extern void eventPublicServer(); extern void my_handler_quit(int n); extern void quitPublicServer(); |