diff options
author | chai <chaifix@163.com> | 2018-08-09 21:43:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-09 21:43:22 +0800 |
commit | 74f0f02a7de9cea83928a15e34d3cc80ee55efea (patch) | |
tree | ebd391e2d0ba944278defbc3846973beca80cef4 |
*init
-rw-r--r-- | Binary/readme.md | 0 | ||||
-rw-r--r-- | Build/readme.md | 0 | ||||
-rw-r--r-- | Source/GUIButton.cpp | 5 | ||||
-rw-r--r-- | Source/GUILayout.cpp | 5 |
4 files changed, 10 insertions, 0 deletions
diff --git a/Binary/readme.md b/Binary/readme.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Binary/readme.md diff --git a/Build/readme.md b/Build/readme.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Build/readme.md diff --git a/Source/GUIButton.cpp b/Source/GUIButton.cpp new file mode 100644 index 0000000..1cb5e7a --- /dev/null +++ b/Source/GUIButton.cpp @@ -0,0 +1,5 @@ + +namespace ordos +{ + +} diff --git a/Source/GUILayout.cpp b/Source/GUILayout.cpp new file mode 100644 index 0000000..1cb5e7a --- /dev/null +++ b/Source/GUILayout.cpp @@ -0,0 +1,5 @@ + +namespace ordos +{ + +} |