From ca324c005d511752b2bcdc21fdc7d6c46597469b Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 25 Mar 2008 21:23:08 +0000 Subject: - 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 --- include/screen_world.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/screen_world.h') diff --git a/include/screen_world.h b/include/screen_world.h index 7ad6a41..c9a46e6 100644 --- a/include/screen_world.h +++ b/include/screen_world.h @@ -12,14 +12,10 @@ extern bool_t isScreenWorldInicialized(); 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); -extern void findFreeSpace(int *x, int *y, int w, int h); extern void tuxControl(tux_t *p); extern void drawWorld(); extern void eventWorld(); -- cgit v1.2.3