convert file codes to UTF8-BOM
This commit is contained in:
parent
38d810cd6c
commit
8cc35599ad
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include<hgl/graph/font/FontSource.h>
|
#include<hgl/graph/font/FontSource.h>
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
namespace graph
|
namespace graph
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include<hgl/graph/font/FontSource.h>
|
#include<hgl/graph/font/FontSource.h>
|
||||||
|
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include<hgl/graph/font/FontSource.h>
|
#include<hgl/graph/font/FontSource.h>
|
||||||
|
|
||||||
namespace hgl
|
namespace hgl
|
||||||
{
|
{
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user