Explorar el Código

Make crown compile again

Daniele Bartolini hace 13 años
padre
commit
9254fef419
Se han modificado 3 ficheros con 0 adiciones y 3 borrados
  1. 0 1
      src/Skybox.h
  2. 0 1
      src/Terrain.cpp
  3. 0 1
      src/Terrain.h

+ 0 - 1
src/Skybox.h

@@ -26,7 +26,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 #pragma once
 
 #include "Types.h"
-#include "Data.h"
 #include "TextureResource.h"
 #include "Vec3.h"
 

+ 0 - 1
src/Terrain.cpp

@@ -24,7 +24,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 */
 
 #include "Terrain.h"
-#include "MeshChunk.h"
 #include "Device.h"
 #include "Renderer.h"
 #include "MathUtils.h"

+ 0 - 1
src/Terrain.h

@@ -25,7 +25,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include "Mesh.h"
 #include "Vec3.h"
 #include "Triangle.h"
 #include "Intersection.h"