summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/controls/panel.cpp
blob: 2e6e2ccfe17f62bcf1ea0f26b3e461eb136aa4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "gui_button.h"

namespace_begin(AsuraEditor)

class GUIWindow
{
public: 

	GUIWindow();
	~GUIWindow();

};



namespace_end