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/downArena.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/screen/downArena.h (limited to 'src/screen/downArena.h') diff --git a/src/screen/downArena.h b/src/screen/downArena.h deleted file mode 100644 index 444210c..0000000 --- a/src/screen/downArena.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef SCREEN_DOWN_ARENA_H -#define SCREEN_DOWN_ARENA_H - -#define DOWN_SERVER_STATUS_OK 0 -#define DOWN_SERVER_STATUS_ZOMBIE 1 - -#define DOWN_ARENA_BUFFER_SIZE 4096 - -#define DOWN_ARENA_MAX_SEND_MSG_STATUS 10 -#define DOWN_ARENA_MAX_TIEMOUT_LIMIT 500 -#define DOWN_ARENA_COUNT_READ_SOCKET 100 - -extern void down_arena_start(); -extern void down_arena_draw(); -extern void down_arena_event(); -extern void down_arena_stop(); -extern void down_arena_init(); -extern void down_arena_quit(); - -#endif /* SCREEN_DOWN_ARENA_H */ -- cgit v1.2.3