mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(client): add ClientHandlers for SMSG_NEW_WORLD and SMSG_LOGIN_VERIFY_WORLD
This commit is contained in:
parent
140bcde493
commit
88e21b4a22
5 changed files with 86 additions and 0 deletions
13
src/client/ClientHandlers.hpp
Normal file
13
src/client/ClientHandlers.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef CLIENT_CLIENTHANDLERS_HPP
|
||||
#define CLIENT_CLIENTHANDLERS_HPP
|
||||
|
||||
#include "net/Types.hpp"
|
||||
|
||||
class CDataStore;
|
||||
|
||||
|
||||
int32_t NewWorldHandler(void* param, NETMESSAGE msgId, uint32_t time, CDataStore* msg);
|
||||
int32_t LoginVerifyWorldHandler(void* param, NETMESSAGE msgId, uint32_t time, CDataStore* msg);
|
||||
|
||||
|
||||
#endif // CLIENT_CLIENTHANDLERS_HPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue