diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index f2681113a..06e362a35 100644 --- a/src/client.h +++ b/src/client.h @@ -130,6 +130,16 @@ class Client final : public ConfigListener, void stateSwitchLogin1(); + void loadData(); + + void unloadData(); + + void runValidate() +#ifndef BAD_CILKPLUS + __attribute__ ((noreturn)) +#endif // BAD_CILKPLUS +; + ServerInfo mCurrentServer; Game *mGame; |