diff options
Diffstat (limited to 'source/Asura.Editor/controls/label.h')
-rw-r--r-- | source/Asura.Editor/controls/label.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Asura.Editor/controls/label.h b/source/Asura.Editor/controls/label.h deleted file mode 100644 index 7cc6e3d..0000000 --- a/source/Asura.Editor/controls/label.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 Label(); - - - -namespace_end - -#endif |