Seaside/SpyCustom/sdk/icliententityinternal.h
2021-06-16 18:46:33 +03:00

18 lines
297 B
C++

#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