Removed dependency on OgreSharedPtr from the library.

This commit is contained in:
David Williams
2008-02-07 20:51:44 +00:00
parent 91c2c7241c
commit 8fbcd99ef8
6 changed files with 806 additions and 18 deletions

View File

@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define __VolumeIterator_H__
#include "OgrePrerequisites.h"
#include "OgreSharedPtr.h"
#include "TypeDef.h"
@ -108,7 +107,6 @@ namespace Ogre
//Other current position information
uchar* mCurrentVoxel;
//SharedPtr<Block> mCurrentBlock;
ulong mBlockIndexInVolume;
ulong mVoxelIndexInBlock;