blob: b26e919cea29805fee7e445ed5fed1d3139c829b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _ASURA_EDITOR_GUI_TOGGLE_H_
#define _ASURA_EDITOR_GUI_TOGGLE_H_
#include <asura-utils/Classes.h>
namespace_begin(AsuraEditor)
/// Radio button \ toggle button
bool GUIToggle();
namespace_end
#endif
|