diff options
Diffstat (limited to 'src/ui/controls/button.hpp')
-rw-r--r-- | src/ui/controls/button.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/controls/button.hpp b/src/ui/controls/button.hpp new file mode 100644 index 00000000..010c3f5b --- /dev/null +++ b/src/ui/controls/button.hpp @@ -0,0 +1,8 @@ +#pragma once +#include "pre.hpp" + +#include "ui/control.hpp" + +namespace cru::ui::controls { + +} |