From d9bd02c2471ec14c52df65cf7b5c106eddabe080 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 3 Dec 2021 09:58:56 +0800 Subject: *misc --- Client/Source/Sand2D/Common/Settings.h | 10 ++++++++++ Client/Source/Sand2D/Common/Type.h | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 Client/Source/Sand2D/Common/Settings.h create mode 100644 Client/Source/Sand2D/Common/Type.h (limited to 'Client/Source/Sand2D') 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 -- cgit v1.1-26-g67d0