diff options
Diffstat (limited to 'Source/Asura.Editor/Controls/GUIContent.h')
-rw-r--r-- | Source/Asura.Editor/Controls/GUIContent.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/Asura.Editor/Controls/GUIContent.h b/Source/Asura.Editor/Controls/GUIContent.h index 88213f4..034aa42 100644 --- a/Source/Asura.Editor/Controls/GUIContent.h +++ b/Source/Asura.Editor/Controls/GUIContent.h @@ -8,10 +8,14 @@ namespace_begin(AsuraEditor) /// IMGUI content class GUIContent { +public: + + GUIContent(); + ~GUIContent(); }; namespace_end -#endif +#endif
\ No newline at end of file |