diff options
author | chai <chaifix@163.com> | 2021-12-03 11:40:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-03 11:40:14 +0800 |
commit | e8e2283d264be24fc2f69d536b4bf58d3c403616 (patch) | |
tree | 9f1ab6fa618d22cac7f01de911a0e341e38907a3 /Client/Source/Sand2D/Common/Settings.h | |
parent | e9ff46e5c8cc1646eb780e64d01be7b3430a628c (diff) | |
parent | d9bd02c2471ec14c52df65cf7b5c106eddabe080 (diff) |
Merge branch 'master' of warmcat.org:/home/git-repo/PND
# Conflicts:
# Client/Project/VisualStudio/PND_LIB/PND_LIB.vcxproj.filters
# Client/Project/VisualStudio/Phy2Dlite/imgui.ini
Diffstat (limited to 'Client/Source/Sand2D/Common/Settings.h')
-rw-r--r-- | Client/Source/Sand2D/Common/Settings.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Client/Source/Sand2D/Common/Settings.h b/Client/Source/Sand2D/Common/Settings.h new file mode 100644 index 0000000..18825cb --- /dev/null +++ b/Client/Source/Sand2D/Common/Settings.h @@ -0,0 +1,10 @@ +#pragma once + +#include "Type.h" + +namespace Sand2D +{ + + + +}
\ No newline at end of file |