summaryrefslogtreecommitdiff
path: root/src/screen/world.h
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@Centrum.sk>2009-06-15 14:49:04 +0200
committerDusan Durech <dusan.d@Centrum.sk>2009-06-15 14:49:04 +0200
commit9b7a6f66182020913cd9b5b1205634dabbcf081e (patch)
tree1d21745d28f559a1c1f13be4bdaaf8ef0cc7ba56 /src/screen/world.h
parent20def950be569ed6c6e9887f80dc3beca27765d8 (diff)
add widget container, hi is use in mainMenu and small diff
Diffstat (limited to 'src/screen/world.h')
-rw-r--r--src/screen/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen/world.h b/src/screen/world.h
index 35eb74d..f64ac93 100644
--- a/src/screen/world.h
+++ b/src/screen/world.h
@@ -16,6 +16,7 @@ extern void world_init();
extern void world_set_arena(arenaFile_t *arenaFile);
extern void world_do_end();
extern void world_inc_round();
+extern bool_t world_is_match_end();
extern tux_t *world_get_control_tux(int control_type);
extern void world_set_control_tux(tux_t *tux, int control_type);
extern void world_tux_control(tux_t *p);