文件连动修改

This commit is contained in:
hyzboy 2019-03-16 11:20:42 +08:00
parent cafb55a9d2
commit b65d4d86d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include<hgl/graph/RenderDevice.h>
#include<hgl/graph/RenderDevice.h>
#include<hgl/graph/RenderWindow.h>
#include<iostream>
#include<GLFW/glfw3.h>

View File

@ -1,7 +1,7 @@
#ifndef HGL_RENDER_DRIVER_INCLUDE
#define HGL_RENDER_DRIVER_INCLUDE
#include<hgl/graph/RenderStatus.h>
#include<hgl/graph/RenderState.h>
namespace hgl
{
namespace graph