some stuff
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#define ENTITIES_H
|
||||
|
||||
#include "stdint.h"
|
||||
#include "networkbase.h"
|
||||
|
||||
class IEntityFactory;
|
||||
class C_BaseEntity;
|
||||
@@ -29,6 +30,10 @@ public:
|
||||
virtual void DestroyEntityByPtr( C_BaseEntity *pEntity );
|
||||
|
||||
virtual void Think();
|
||||
|
||||
virtual void NetRecvPacket( NetPacket_t *pPacket );
|
||||
virtual void NetSendThink();
|
||||
|
||||
virtual C_BaseEntity **GetEntities();
|
||||
private:
|
||||
C_BaseEntity *m_pEntities[MAX_EDICTS];
|
||||
@@ -37,4 +42,6 @@ private:
|
||||
|
||||
CEntitySystem *EntitySystem();
|
||||
|
||||
C_BaseEntity *UTIL_GetLocalPlayer();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user