Moved SurfacePatchRenderable to main application.

This commit is contained in:
David Williams
2008-02-04 19:30:57 +00:00
parent d2c87f7bf7
commit 1e3904098a
6 changed files with 5 additions and 259 deletions

View File

@ -20,6 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef __SurfaceVertex_H__
#define __SurfaceVertex_H__
#include "TypeDef.h"
#include "OgrePrerequisites.h"
#include "OgreVector3.h"
@ -28,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
namespace Ogre
{
class SurfaceVertex
class VOXEL_SCENE_MANAGER_API SurfaceVertex
{
public:
SurfaceVertex();