This commit is contained in:
hyzboy 2020-09-18 19:49:45 +08:00
commit b84ae361a1
7 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
#ifndef HGL_UTIL_XML_ELEMENT_PARSE_INCLUDE
#ifndef HGL_UTIL_XML_ELEMENT_PARSE_INCLUDE
#define HGL_UTIL_XML_ELEMENT_PARSE_INCLUDE
#include<hgl/type/DataType.h>

View File

@ -1,4 +1,4 @@
#ifndef HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE
#ifndef HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE
#define HGL_UTIL_XML_ELEMENT_PARSE_CREATER_INCLUDE
#include<hgl/util/xml/ElementParse.h>

View File

@ -1,4 +1,4 @@
#ifndef HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE
#ifndef HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE
#define HGL_UTIL_XML_ELEMENT_PARSE_KV_INCLUDE
#include<hgl/util/xml/ElementParse.h>

View File

@ -1,4 +1,4 @@
#include<hgl/util/xml/ElementParseCreater.h>
#include<hgl/util/xml/ElementParseCreater.h>
namespace hgl
{

View File

@ -1,4 +1,4 @@
#include<hgl/util/xml/ElementParseCreater.h>
#include<hgl/util/xml/ElementParseCreater.h>
namespace hgl
{

View File

@ -1,4 +1,4 @@
#include<hgl/util/xml/ElementParseKV.h>
#include<hgl/util/xml/ElementParseKV.h>
#include<hgl/CodePage.h>
namespace hgl