Refactoring mesh generation code.

This commit is contained in:
David Williams
2007-10-06 18:31:37 +00:00
parent e276ada7ce
commit 8137b1eb46
8 changed files with 58 additions and 51 deletions

View File

@ -1,6 +1,8 @@
#ifndef __SurfaceTypes_H__
#define __SurfaceTypes_H__
#include <set>
namespace Ogre
{
class SurfaceVertex;