From cb408a63a0f03ccb0b0ce7c338527a3b4964aff9 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 20 Oct 2016 08:44:58 -0400 Subject: removed all old entity stuff --- include/ui_action.hpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/ui_action.hpp (limited to 'include/ui_action.hpp') 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 -#include - -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_ -- cgit v1.2.3