Daniele Bartolini пре 10 година
родитељ
комит
8c3f5782d7
2 измењених фајлова са 5 додато и 0 уклоњено
  1. 2 0
      src/audio/audio_types.h
  2. 3 0
      src/renderers/graphics_types.h

+ 2 - 0
src/audio/audio_types.h

@@ -5,6 +5,8 @@
 
 #pragma once
 
+#include "types.h"
+
 namespace crown
 {
 

+ 3 - 0
src/renderers/graphics_types.h

@@ -7,6 +7,7 @@
 
 #include "types.h"
 #include "string_id.h"
+#include "math_types.h"
 
 namespace crown
 {
@@ -15,6 +16,8 @@ class ShaderManager;
 class MaterialManager;
 class RenderWorld;
 struct DebugLine;
+struct Gui;
+struct Material;
 
 struct MeshInstance
 {