Added IndexBuffer forward declaration to Terrain.h.

This commit is contained in:
Lasse Öörni 2014-09-05 19:07:19 +03:00
Родитель 80df272f0f
Коммит 671d2c45ac
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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