From 4ea4bbfcb03091cb987dc151d41980ec16f3d18d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Apr 2019 22:31:12 +0800 Subject: *misc --- source/Asura.Editor/controls/radio_button.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'source/Asura.Editor/controls/radio_button.h') diff --git a/source/Asura.Editor/controls/radio_button.h b/source/Asura.Editor/controls/radio_button.h index e69de29..a9fc765 100644 --- a/source/Asura.Editor/controls/radio_button.h +++ b/source/Asura.Editor/controls/radio_button.h @@ -0,0 +1,23 @@ +#ifndef __ASURA_EDITOR_RADIO_BUTTON_H__ +#define __ASURA_EDITOR_RADIO_BUTTON_H__ + +namespace AsuraEditor +{ + namespace Controls + { + + class RadioButton + { + public: + + RadioButton(); + ~RadioButton(); + + + + }; + + } +} + +#endif -- cgit v1.1-26-g67d0