diff options
author | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
commit | 22e576b5aa065f3cb2ca67a951af5e68063419a2 (patch) | |
tree | d72c6c77e33990cc70952c58e9ca50637ba6c242 /Runtime/ImGUI | |
parent | 7c8c68d79343d04be382334c15a73d079450857c (diff) |
*scripting
Diffstat (limited to 'Runtime/ImGUI')
-rw-r--r-- | Runtime/ImGUI/GUIButton.cpp | 0 | ||||
-rw-r--r-- | Runtime/ImGUI/GUIButton.h | 6 | ||||
-rw-r--r-- | Runtime/ImGUI/GUILabel.cpp | 0 | ||||
-rw-r--r-- | Runtime/ImGUI/GUILabel.h | 0 |
4 files changed, 0 insertions, 6 deletions
diff --git a/Runtime/ImGUI/GUIButton.cpp b/Runtime/ImGUI/GUIButton.cpp deleted file mode 100644 index e69de29..0000000 --- a/Runtime/ImGUI/GUIButton.cpp +++ /dev/null diff --git a/Runtime/ImGUI/GUIButton.h b/Runtime/ImGUI/GUIButton.h deleted file mode 100644 index fbcd0bb..0000000 --- a/Runtime/ImGUI/GUIButton.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef GUI_BUTTON_H -#define GUI_BUTTON_H - - - -#endif
\ No newline at end of file diff --git a/Runtime/ImGUI/GUILabel.cpp b/Runtime/ImGUI/GUILabel.cpp deleted file mode 100644 index e69de29..0000000 --- a/Runtime/ImGUI/GUILabel.cpp +++ /dev/null diff --git a/Runtime/ImGUI/GUILabel.h b/Runtime/ImGUI/GUILabel.h deleted file mode 100644 index e69de29..0000000 --- a/Runtime/ImGUI/GUILabel.h +++ /dev/null |