Finish MSS commands + convert stack to vector

This commit is contained in:
Gent
2020-10-03 11:21:36 -04:00
parent 47da895544
commit a9837d6c1b
5 changed files with 56 additions and 35 deletions

View File

@@ -34,6 +34,9 @@ namespace PlayerManager {
void updatePlayerPosition(CNSocket* sock, int X, int Y, int Z, int angle);
void updatePlayerChunk(CNSocket* sock, int X, int Y);
void sendPlayerTo(CNSocket* sock, int X, int Y, int Z, int I);
void sendPlayerTo(CNSocket* sock, int X, int Y, int Z);
void sendToViewable(CNSocket* sock, void* buf, uint32_t type, size_t size);
void enterPlayer(CNSocket* sock, CNPacketData* data);