diff options
Diffstat (limited to '')
-rw-r--r-- | source/cServer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cServer.h b/source/cServer.h index c8a669949..718ac4c36 100644 --- a/source/cServer.h +++ b/source/cServer.h @@ -19,7 +19,6 @@ public: //tolua_export int RecClient(cClientHandle *sRecSocket); // receive message for a particular socket
void Broadcast( const cPacket & a_Packet, cClientHandle* a_Exclude = 0 );
- void SendAllEntitiesTo( cClientHandle* a_Target );
bool Tick(float a_Dt);
|