Updated ISpatialPartition.

This commit is contained in:
Nicholas Hastings 2013-02-14 14:43:03 -05:00
parent 3da0d7919a
commit 2d694d064b

View File

@ -110,6 +110,8 @@ enum
abstract_class ISpatialPartition
{
public:
virtual ~ISpatialPartition() {}
// Create/destroy a handle for this dude in our system. Destroy
// will also remove it from all lists it happens to be in
virtual SpatialPartitionHandle_t CreateHandle( IHandleEntity *pHandleEntity ) = 0;