增加BOM头,并统一换行符

This commit is contained in:
hyzboy 2019-03-01 21:34:21 +08:00
parent 7f68b4b420
commit 0329dc9558
2 changed files with 145 additions and 145 deletions

View File

@ -1,4 +1,4 @@
#include<hgl/type/Color3f.h> #include<hgl/type/Color3f.h>
namespace hgl namespace hgl
{ {
void Color3f::Use(COLOR_ENUM ce) void Color3f::Use(COLOR_ENUM ce)

View File

@ -1,4 +1,4 @@
#include<hgl/type/Color4f.h> #include<hgl/type/Color4f.h>
namespace hgl namespace hgl
{ {
void Color4f::Use(COLOR_ENUM ce,float ta) void Color4f::Use(COLOR_ENUM ce,float ta)