summaryrefslogtreecommitdiff
path: root/src/client/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/term.h')
-rw-r--r--src/client/term.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/client/term.h b/src/client/term.h
deleted file mode 100644
index 719df2d..0000000
--- a/src/client/term.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef TERM_H
-#define TERM_H
-
-#include "main.h"
-
-#define TERM_ACTIVE_TIME_INTERVAL 500
-#define TERM_REFRESH_TIME_INTERVAL 1000
-
-extern void term_init();
-extern void term_draw();
-extern void term_event();
-extern void term_quit();
-
-#endif /* TERM_H */