From f1ddc12b68b4e4c8087962de25260470e6df2bea Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Tue, 8 Sep 2026 18:27:39 -0700 Subject: Add tuxanci2 files --- src/screen/world.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/screen/world.h (limited to 'src/screen/world.h') diff --git a/src/screen/world.h b/src/screen/world.h deleted file mode 100644 index f64ac93..0000000 --- a/src/screen/world.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef SCREEN_WORLD_H -#define SCREEN_WORLD_H - -#include "main.h" -#include "myTimer.h" -#include "tux.h" -#include "arenaFile.h" -#include "arena.h" - -#define TIMER_END_ARENA 5000 -#define WORLD_COUNT_ROUND_UNLIMITED -1 -#define LAG_SERVER_UNKNOWN -1 - -extern bool_t world_is_inicialized(); -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); -extern void world_draw(); -extern void world_event(); -extern void world_start(); -extern void world_stop(); -extern void world_quit(); - -#endif /* SCREEN_WORLD_H */ -- cgit v1.2.3