Daniele Bartolini 10 年之前
父节点
当前提交
6745272e06
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/device.cpp
  2. 1 1
      src/renderers/gui.h

+ 1 - 0
src/device.cpp

@@ -27,6 +27,7 @@
 #include "input_device.h"
 #include "sjson.h"
 #include "map.h"
+#include "vector3.h"
 
 #if CROWN_PLATFORM_ANDROID
 	#include "apk_filesystem.h"

+ 1 - 1
src/renderers/gui.h

@@ -7,7 +7,7 @@
 
 #include "math_types.h"
 #include "color4.h"
-#include "render_world_types.h"
+#include "graphics_types.h"
 #include "material.h"
 #include <bgfx/bgfx.h>