EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
test.h
Go to the documentation of this file.
1 
12 #ifndef EVEMU_TESTING_TEST_H_
13 #define EVEMU_TESTING_TEST_H_
14 
15 class Client;
16 
17 class testing {
18 public:
19  testing() { /* do nothing here */ }
20  ~testing() { /* do nothing here */ }
21 
22  static void posTest(Client* pClient);
23 
24 };
25 
26 
27 
28 
29 
30 
31 
32 #endif // EVEMU_TESTING_TEST_H_
testing()
Definition: test.h:19
~testing()
Definition: test.h:20
Definition: test.h:17
Definition: Client.h:66
static void posTest(Client *pClient)
Definition: test.cpp:17