mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
chore(net): tweak style
This commit is contained in:
parent
3fb9253374
commit
5e53390e6c
@ -43,7 +43,7 @@ class ClientServices : public LoginResponse {
|
|||||||
static Login* LoginConnection();
|
static Login* LoginConnection();
|
||||||
static void Logon(const char* accountName, const char* password);
|
static void Logon(const char* accountName, const char* password);
|
||||||
static void SelectRealm(const char* realmName);
|
static void SelectRealm(const char* realmName);
|
||||||
static void Send(CDataStore *msg);
|
static void Send(CDataStore* msg);
|
||||||
static void SetAccountName(const char* accountName);
|
static void SetAccountName(const char* accountName);
|
||||||
static void SetCharacterInfo(const CHARACTER_INFO* info);
|
static void SetCharacterInfo(const CHARACTER_INFO* info);
|
||||||
static void SetMessageHandler(NETMESSAGE msgId, MESSAGE_HANDLER handler, void* param);
|
static void SetMessageHandler(NETMESSAGE msgId, MESSAGE_HANDLER handler, void* param);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user