summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/Controls/GUIButton.h
blob: ece60caf661a26e528a5a4f47b91812deda3a7ca (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-utils/Classes.h>

namespace_begin(AsuraEditor)

bool GUIButton();



namespace_end

#endif