From 845f010511c88acd81da36d0e38b8ef12119d3e6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 10 Jul 2017 21:02:11 +0300 Subject: Add command like parameter --validate for validating client data. --- src/client.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/client.h') 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; -- cgit v1.2.3-60-g2f50