Changeset 3093 for code/trunk/src/network/ConnectionManager.h
- Timestamp:
- May 27, 2009, 9:39:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/ConnectionManager.h
r3084 r3093 76 76 bool quitListener(); 77 77 static bool addPacket(ENetPacket *packet, ENetPeer *peer); 78 static bool addPacket(ENetPacket *packet, int ID);78 static bool addPacket(ENetPacket *packet, unsigned int ID); 79 79 static bool addPacketAll(ENetPacket *packet); 80 80 bool sendPackets();
Note: See TracChangeset
for help on using the changeset viewer.