summaryrefslogtreecommitdiff
path: root/src/screen/downArena.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/downArena.h')
-rw-r--r--src/screen/downArena.h20
1 files changed, 0 insertions, 20 deletions
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 */