#ifndef ICLIENTENTITYINTERNAL_H #define ICLIENTENTITYINTERNAL_H #ifdef _WIN32 #pragma once #endif #include "icliententity.h" #include "clientleafsystem.h" class ClientClass; typedef CBaseHandle ClientEntityHandle_t; typedef unsigned short SpatialPartitionHandle_t; #endif