summaryrefslogtreecommitdiff
path: root/include/screen_choiceArena.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-01 21:30:00 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-01 21:30:00 +0000
commit8a14d60d2078b4bcdfc789b1b9794e2008979f02 (patch)
treea6095da867303ec71fed55a952ecd45fc0835417 /include/screen_choiceArena.h
parentf5258aed755575c1abf269348e4e335cdcb17a3b (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_choiceArena.h')
-rw-r--r--include/screen_choiceArena.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/screen_choiceArena.h b/include/screen_choiceArena.h
new file mode 100644
index 0000000..0b10006
--- /dev/null
+++ b/include/screen_choiceArena.h
@@ -0,0 +1,15 @@
+
+#ifndef SCREEN_CHOICE_ARENA
+
+#define SCREEN_GAME_TYPE
+
+#define SCREENSHOT_ARENA_WIDTH 160
+#define SCREENSHOT_ARENA_HEIGHT 107
+
+extern void drawScreenChoiceArena();
+extern void eventScreenChoiceArena();
+extern int getChoiceArenaId();
+extern void initScreenChoiceArena();
+extern void quitScreenChoiceArena();
+
+#endif