moved to "io" folder from "type"

This commit is contained in:
hyzboy 2023-07-15 00:03:48 +08:00
parent 404acf8f58
commit c722d40049
No known key found for this signature in database
GPG Key ID: 067EE4525D4FB6D3
5 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include<hgl/type/LoadString.h>
#include<hgl/io/LoadString.h>
#include<hgl/filesystem/FileSystem.h>
namespace hgl
{

View File

@ -1,5 +1,5 @@
#include<hgl/type/LoadStringList.h>
#include<hgl/type/LoadString.h>
#include<hgl/io/LoadStringList.h>
#include<hgl/io/LoadString.h>
#include<hgl/type/SplitString.h>
#include<hgl/filesystem/FileSystem.h>