EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
netStateServer.h
Go to the documentation of this file.
1 
13 #ifndef _EVEMU_QATOOLS_NETSTATE_SERVER_H
14 #define _EVEMU_QATOOLS_NETSTATE_SERVER_H
15 
16 
17 #include "PyService.h"
18 
19 
21 : public PyService
22 {
23 public:
26 
27 protected:
28  class Dispatcher;
29  Dispatcher *const m_dispatch;
30 
31  //PyCallable_DECL_CALL(DEGetFactions);
32 
33 };
34 
35 
36 #endif // _EVEMU_QATOOLS_NETSTATE_SERVER_H
37 
38 
39 
netStateServer(PyServiceMgr *mgr)
Dispatcher *const m_dispatch