fixed comments

This commit is contained in:
2023-07-21 23:57:15 +08:00
parent be9ec89452
commit b0d404bb11
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
#ifndef HGL_LOADER_INCLUDE
#define HGL_LOADER_INCLUDE
#pragma once
#include<cm.h>
#include<hgl/type/String.h>
#include<hgl/object/EnumObject.h>
#include<hgl/thread/Thread.h>
@@ -71,4 +70,3 @@ namespace hgl
LoaderStatus GetStatus(); ///<取得状态
};//class Loader
}//namespace hgl
#endif//HGL_LOADER_INCLUDE

View File

@@ -3,7 +3,7 @@
namespace hgl
{
/**
* 阵列数据处理回调
* 阵列数据处理回调
*/
template<typename T> struct ArrayItemProcessCallback
{