From c722d40049dc6a0907c3b2310622c36a55436ec3 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 15 Jul 2023 00:03:48 +0800 Subject: [PATCH] moved to "io" folder from "type" --- inc/hgl/{type => io}/LoadString.h | 0 inc/hgl/{type => io}/LoadStringList.h | 0 inc/hgl/{type => io}/SaveStringList.h | 0 src/Text/LoadString.cpp | 2 +- src/Text/LoadStringList.cpp | 4 ++-- 5 files changed, 3 insertions(+), 3 deletions(-) rename inc/hgl/{type => io}/LoadString.h (100%) rename inc/hgl/{type => io}/LoadStringList.h (100%) rename inc/hgl/{type => io}/SaveStringList.h (100%) diff --git a/inc/hgl/type/LoadString.h b/inc/hgl/io/LoadString.h similarity index 100% rename from inc/hgl/type/LoadString.h rename to inc/hgl/io/LoadString.h diff --git a/inc/hgl/type/LoadStringList.h b/inc/hgl/io/LoadStringList.h similarity index 100% rename from inc/hgl/type/LoadStringList.h rename to inc/hgl/io/LoadStringList.h diff --git a/inc/hgl/type/SaveStringList.h b/inc/hgl/io/SaveStringList.h similarity index 100% rename from inc/hgl/type/SaveStringList.h rename to inc/hgl/io/SaveStringList.h diff --git a/src/Text/LoadString.cpp b/src/Text/LoadString.cpp index f4d7194..0b0b26a 100644 --- a/src/Text/LoadString.cpp +++ b/src/Text/LoadString.cpp @@ -1,4 +1,4 @@ -#include +#include #include namespace hgl { diff --git a/src/Text/LoadStringList.cpp b/src/Text/LoadStringList.cpp index 9a5bfac..b90fdcf 100644 --- a/src/Text/LoadStringList.cpp +++ b/src/Text/LoadStringList.cpp @@ -1,5 +1,5 @@ -#include -#include +#include +#include #include #include