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.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/client/term.h b/src/client/term.h
index 445edbd..719df2d 100644
--- a/src/client/term.h
+++ b/src/client/term.h
@@ -1,16 +1,14 @@
-
#ifndef TERM_H
+#define TERM_H
-# define TERM_H
-
-# include "main.h"
+#include "main.h"
-# define TERM_ACTIVE_TIME_INTERVAL 500
-# define TERM_REFRESH_TIME_INTERVAL 1000
+#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
+#endif /* TERM_H */