diff options
author | chai <chaifix@163.com> | 2021-12-03 09:58:56 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-03 09:58:56 +0800 |
commit | d9bd02c2471ec14c52df65cf7b5c106eddabe080 (patch) | |
tree | fb5e7797222d2bae81212c205aa06d58d723333d /Client/Source/Sand2D | |
parent | b62f87c9496cb38f9c49139386edf85d4fa14390 (diff) |
*misc
Diffstat (limited to 'Client/Source/Sand2D')
-rw-r--r-- | Client/Source/Sand2D/Common/Settings.h | 10 | ||||
-rw-r--r-- | Client/Source/Sand2D/Common/Type.h | 8 |
2 files changed, 18 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 diff --git a/Client/Source/Sand2D/Common/Type.h b/Client/Source/Sand2D/Common/Type.h new file mode 100644 index 0000000..edb79bb --- /dev/null +++ b/Client/Source/Sand2D/Common/Type.h @@ -0,0 +1,8 @@ +#pragma once + +namespace Sand2D +{ + + + +}
\ No newline at end of file |