List.h改名为ArrayList.h

This commit is contained in:
hyzboy 2025-04-23 00:30:10 +08:00
parent 5ffe0aec26
commit 08bfb6d5bc
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
#endif//HGL_OS == HGL_OS_Windows
#include<hgl/type/DataType.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/type/String.h>
#include<hgl/type/StrChar.h>

View File

@ -2,7 +2,7 @@
#define HGL_NETWORK_SOCKET_EVENT_INCLUDE
#include<hgl/platform/Platform.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
namespace hgl
{
namespace network