Daniele Bartolini 10 vuotta sitten
vanhempi
sitoutus
8c3f5782d7
2 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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
 #pragma once
 
 
+#include "types.h"
+
 namespace crown
 namespace crown
 {
 {
 
 

+ 3 - 0
src/renderers/graphics_types.h

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