1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 07:53:51 +00:00

removing tabs

This commit is contained in:
Jason Hooks 2011-11-04 21:57:39 -04:00
parent 6c80e75deb
commit 8edcd4d15b
2 changed files with 71 additions and 72 deletions

View file

@ -27,8 +27,7 @@ private:
static bool lightOutQuadInLin;
public:
Objects(OEngine::Render::OgreRenderer& _rend): mRend(_rend){
}
Objects(OEngine::Render::OgreRenderer& _rend): mRend(_rend){}
~Objects(){}
void insertBegin (const MWWorld::Ptr& ptr, bool enabled, bool static_);
void insertMesh (const MWWorld::Ptr& ptr, const std::string& mesh);