fixed comments
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#ifndef HGL_LOADER_INCLUDE
|
#pragma once
|
||||||
#define HGL_LOADER_INCLUDE
|
|
||||||
|
|
||||||
#include<cm.h>
|
|
||||||
#include<hgl/type/String.h>
|
#include<hgl/type/String.h>
|
||||||
#include<hgl/object/EnumObject.h>
|
#include<hgl/object/EnumObject.h>
|
||||||
#include<hgl/thread/Thread.h>
|
#include<hgl/thread/Thread.h>
|
||||||
@@ -71,4 +70,3 @@ namespace hgl
|
|||||||
LoaderStatus GetStatus(); ///<取得状态
|
LoaderStatus GetStatus(); ///<取得状态
|
||||||
};//class Loader
|
};//class Loader
|
||||||
}//namespace hgl
|
}//namespace hgl
|
||||||
#endif//HGL_LOADER_INCLUDE
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* 阵列数据英处理回调
|
* 阵列数据项处理回调
|
||||||
*/
|
*/
|
||||||
template<typename T> struct ArrayItemProcessCallback
|
template<typename T> struct ArrayItemProcessCallback
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user