aboutsummaryrefslogtreecommitdiff
path: root/Client/Source/Sand2D
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Source/Sand2D')
-rw-r--r--Client/Source/Sand2D/Common/Settings.h10
-rw-r--r--Client/Source/Sand2D/Common/Type.h8
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