Removed more Ogre stuff from core library...

This commit is contained in:
David Williams
2008-02-10 11:22:10 +00:00
parent 9138ae51da
commit a518afff41
13 changed files with 26 additions and 29 deletions

View File

@ -22,8 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "TypeDef.h"
#include "OgreVector3.h"
#include "IntegralVector3.h"
#include "SurfaceTypes.h"
@ -50,7 +48,7 @@ namespace Ogre
void setMaterial(float materialToSet);
void setNormal(const Vector3DFloat& normalToSet);
std::string toString(void) const;
std::string tostring(void) const;
private:
UIntVector3 position;