r5sdk/r5dev/game/server/entitylist.h
2023-01-23 23:40:40 +01:00

15 lines
387 B
C

//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose:
//
// $NoKeywords: $
//===========================================================================//
#ifndef ENTITYLIST_H
#define ENTITYLIST_H
#include "game/shared/entitylist_base.h"
IHandleEntity* LookupEntityByIndex(int iEntity);
extern CEntInfo** g_pEntityList;
#endif // ENTITYLIST_H