summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/Controls/GUIButton.h
blob: e1199dbdce4a98e62e24f0cda2f86540dd12b85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ASURA_EDITOR_GUI_BUTTON_H_
#define _ASURA_EDITOR_GUI_BUTTON_H_

#include <asura-base/Classes.h>

namespace_begin(AsuraEditor)

bool GUIButton();



namespace_end

#endif