blob: 6bcd00d6560dba90a94ce84f0f0c42f7eaa0ffc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _ASURA_EDITOR_GUI_PANEL_H_
#define _ASURA_EDITOR_GUI_PANEL_H_
#include <asura-utils/Classes.h>
namespace_begin(AsuraEditor)
/// IMGUI panel
class GUIPanel
{
};
namespace_end
#endif
|