summaryrefslogtreecommitdiff
path: root/include/screen_world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/screen_world.h')
-rw-r--r--include/screen_world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/screen_world.h b/include/screen_world.h
index 3ce7cc7..937e0a2 100644
--- a/include/screen_world.h
+++ b/include/screen_world.h
@@ -7,6 +7,8 @@
#include "tux.h"
#include "arena.h"
+#define TIMER_END_ARENA 5000
+
extern bool_t isScreenWorldInicialized();
extern void initWorld();
extern arena_t* getWorldArena();