mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
15 lines
387 B
C
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
|