convert file codes to UTF8-BOM

This commit is contained in:
hyzboy 2020-07-29 01:00:25 +08:00
parent 38d810cd6c
commit 8cc35599ad
13 changed files with 129 additions and 132 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "3rdpty/MathGeoLib"] [submodule "3rdpty/MathGeoLib"]
path = 3rdpty/MathGeoLib path = 3rdpty/MathGeoLib
url = https://github.com/juj/MathGeoLib.git url = https://github.com/juj/MathGeoLib.git
[submodule "3rdpty/SPIRV-Cross"]
path = 3rdpty/SPIRV-Cross
url = https://github.com/KhronosGroup/SPIRV-Cross
[submodule "3rdpty/jsoncpp"] [submodule "3rdpty/jsoncpp"]
path = 3rdpty/jsoncpp path = 3rdpty/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp url = https://github.com/open-source-parsers/jsoncpp

@ -1 +1 @@
Subproject commit 7eb1cafe575cc305a9d09fce66494a5445da5305 Subproject commit b2676f3e15b059069611a20a4b998b2387dbe9c2

View File

@ -1,4 +1,4 @@
#ifndef HGL_GRAPH_RENDERABLE_CREATER_INCLUDE #ifndef HGL_GRAPH_RENDERABLE_CREATER_INCLUDE
#define HGL_GRAPH_RENDERABLE_CREATER_INCLUDE #define HGL_GRAPH_RENDERABLE_CREATER_INCLUDE
#include<hgl/graph/SceneDB.h> #include<hgl/graph/SceneDB.h>

View File

@ -1,4 +1,4 @@
#ifndef HGL_GRAPH_TEXTURE_LOADER_INCLUDE #ifndef HGL_GRAPH_TEXTURE_LOADER_INCLUDE
#define HGL_GRAPH_TEXTURE_LOADER_INCLUDE #define HGL_GRAPH_TEXTURE_LOADER_INCLUDE
#include<hgl/io/InputStream.h> #include<hgl/io/InputStream.h>

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#ifndef HGL_GRAPH_TILE_FONT_INCLUDE #ifndef HGL_GRAPH_TILE_FONT_INCLUDE
#define HGL_GRAPH_TILE_FONT_INCLUDE #define HGL_GRAPH_TILE_FONT_INCLUDE
#include<hgl/graph/TileData.h> #include<hgl/graph/TileData.h>

View File

@ -1,4 +1,4 @@
#pragma once #pragma once
#include<hgl/type/BaseString.h> #include<hgl/type/BaseString.h>
#include<hgl/type/List.h> #include<hgl/type/List.h>
#include<hgl/type/StringList.h> #include<hgl/type/StringList.h>

View File

@ -1,4 +1,4 @@
#include<hgl/graph/font/FontSource.h> #include<hgl/graph/font/FontSource.h>
namespace hgl namespace hgl
{ {
namespace graph namespace graph

View File

@ -1,4 +1,4 @@
#include<hgl/graph/font/FontSource.h> #include<hgl/graph/font/FontSource.h>
namespace hgl namespace hgl
{ {

View File

@ -1,4 +1,4 @@
#include<hgl/graph/font/FontSource.h> #include<hgl/graph/font/FontSource.h>
namespace hgl namespace hgl
{ {

View File

@ -1,4 +1,4 @@
#include<hgl/graph/font/TileFont.h> #include<hgl/graph/font/TileFont.h>
#include<hgl/graph/vulkan/VKDevice.h> #include<hgl/graph/vulkan/VKDevice.h>
#include<hgl/graph/vulkan/VKFormat.h> #include<hgl/graph/vulkan/VKFormat.h>