aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui_action.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui_action.hpp')
-rw-r--r--include/ui_action.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/ui_action.hpp b/include/ui_action.hpp
deleted file mode 100644
index a275ab3..0000000
--- a/include/ui_action.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef ACTION_H_
-#define ACTION_H_
-
-#include <common.hpp>
-#include <ui.hpp>
-
-namespace ui {
- namespace action {
- extern bool make;
-
- // enables the action ui
- void enable(void);
- // disables the action ui
- void disable(void);
-
- // draws the action ui
- void draw(vec2 loc);
- }
-}
-
-#endif // ACTION_H_