summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/controls/toggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/controls/toggle.h')
-rw-r--r--source/Asura.Editor/controls/toggle.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Asura.Editor/controls/toggle.h b/source/Asura.Editor/controls/toggle.h
deleted file mode 100644
index 19e9379..0000000
--- a/source/Asura.Editor/controls/toggle.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-bool Toggle();
-
-
-
-namespace_end
-
-#endif