blob: 47da571c85a25ddac325ce1a215e3c9d3a32e506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _ASURA_EDITOR_GUI_BUTTON_H_
#define _ASURA_EDITOR_GUI_BUTTON_H_
#include <asura-base/Classes.h>
#include <asura-base/Type.h>
namespace_begin(AsuraEditor)
bool GUIButton(int controlID);
bool GUIButton();
namespace_end
#endif
|