diff options
Diffstat (limited to 'source/Asura.Editor/controls/panel.h')
-rw-r--r-- | source/Asura.Editor/controls/panel.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source/Asura.Editor/controls/panel.h b/source/Asura.Editor/controls/panel.h deleted file mode 100644 index b485635..0000000 --- a/source/Asura.Editor/controls/panel.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __ASURA_EDITOR_GUI_BUTTON_H__ -#define __ASURA_EDITOR_GUI_BUTTON_H__ - -#include <asura-utils/classes.h> - -namespace_begin(AsuraEditor) - -/// IMGUI panel -class Panel -{ - -}; - -namespace_end - -#endif |