mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 09:09:09 +00:00
feat(client): prepare EnterWorld classes and methods
This commit is contained in:
parent
babeb2d864
commit
140bcde493
12 changed files with 93 additions and 7 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define CLIENT_CLIENT_HPP
|
||||
|
||||
#include "event/Event.hpp"
|
||||
#include "tempest/Vector.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
class CVar;
|
||||
|
|
@ -27,4 +28,6 @@ void StormInitialize();
|
|||
|
||||
void WowClientInit();
|
||||
|
||||
void ClientInitializeGame(int32_t continentID, const C3Vector& position);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue