1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 12:36:05 +08:00

Updated ISpatialPartition.

This commit is contained in:
Nicholas Hastings
2013-02-14 14:43:03 -05:00
parent 36b0fdd882
commit cfda86ba66

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;