mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
First version of the SOurce SDK 2013
This commit is contained in:
32
game/client/icliententityinternal.h
Normal file
32
game/client/icliententityinternal.h
Normal file
@ -0,0 +1,32 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
#ifndef ICLIENTENTITYINTERNAL_H
|
||||
#define ICLIENTENTITYINTERNAL_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "icliententity.h"
|
||||
#include "clientleafsystem.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Forward declarations
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class ClientClass;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// represents a handle used only by the client DLL
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
typedef CBaseHandle ClientEntityHandle_t;
|
||||
typedef unsigned short SpatialPartitionHandle_t;
|
||||
|
||||
|
||||
|
||||
#endif // ICLIENTENTITYINTERNAL_H
|
Reference in New Issue
Block a user