summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-02-26 23:14:14 +0800
committerchai <chaifix@163.com>2020-02-26 23:14:14 +0800
commitb04283601451185ee8d95b281e7bd53d62fce4d4 (patch)
tree59931b355b78f72eb10239e53f6c63a5e23dce16
parentb7160787d040eb3fa7e3de895818a57f07544276 (diff)
-widget
-rw-r--r--Release/SoftShadeRoom.exebin127488 -> 127488 bytes
-rw-r--r--src/widget/widget.h21
2 files changed, 0 insertions, 21 deletions
diff --git a/Release/SoftShadeRoom.exe b/Release/SoftShadeRoom.exe
index 34e1dc1..86f7163 100644
--- a/Release/SoftShadeRoom.exe
+++ b/Release/SoftShadeRoom.exe
Binary files differ
diff --git a/src/widget/widget.h b/src/widget/widget.h
deleted file mode 100644
index a4b329e..0000000
--- a/src/widget/widget.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _SOFTSHADEROOM_WIDGET_H_
-#define _SOFTSHADEROOM_WIDGET_H_
-
-#include "../core/texture.h"
-
-typedef struct {
- uint control_id;
-} Widget;
-
-typedef struct {
- Widget base;
- Texture* normal;
- Texture* down;
-} Button;
-
-typedef struct {
- Widget base;
-
-} RadioButton;
-
-#endif \ No newline at end of file