Browse Source

Added IndexBuffer forward declaration to Terrain.h.

Lasse Öörni 11 years ago
parent
commit
671d2c45ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Engine/Graphics/Terrain.h

+ 1 - 0
Source/Engine/Graphics/Terrain.h

@@ -28,6 +28,7 @@ namespace Urho3D
 {
 
 class Image;
+class IndexBuffer;
 class Material;
 class Node;
 class TerrainPatch;