renamed to Comparator.h from CompOperator.h
This commit is contained in:
parent
6e1f32f38e
commit
ae1be856b9
@ -12,6 +12,6 @@
|
||||
#include<hgl/math/TimeConst.h> // 时间常数
|
||||
#include<hgl/math/PhysicsConst.h> // 物理常数
|
||||
#include<hgl/Endian.h> // 编码序定义
|
||||
#include<hgl/CompOperator.h> // 比较操作符实现定义
|
||||
#include<hgl/Comparator.h> // 比较操作符实现定义
|
||||
|
||||
#endif//HGL_DATATYPE_INCLUDE
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define HGL_EXTENT_2D_INCLUDE
|
||||
|
||||
#include<hgl/type/DataType.h>
|
||||
#include<hgl/CompOperator.h>
|
||||
#include<hgl/Comparator.h>
|
||||
namespace hgl
|
||||
{
|
||||
template<typename T> union Extent2D
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define HGL_TYPE_PAIR_INCLUDE
|
||||
|
||||
#include<hgl/platform/Platform.h>
|
||||
#include<hgl/CompOperator.h>
|
||||
#include<hgl/Comparator.h>
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include<hgl/type/StringInstance.h>
|
||||
#include<hgl/io/InputStream.h>
|
||||
#include<hgl/CompOperator.h>
|
||||
#include<hgl/Comparator.h>
|
||||
#include<hgl/type/Smart.h>
|
||||
|
||||
namespace hgl
|
||||
|
Loading…
x
Reference in New Issue
Block a user