EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CrimeWatch.h
Go to the documentation of this file.
1 
10 #ifndef EVEMU_SERVER_CRIMEWATCH_H_
11 #define EVEMU_SERVER_CRIMEWATCH_H_
12 
13 
14 #include "eve-common.h"
15 
17 {
18 public:
19  CrimeWatch();
20  ~CrimeWatch() { /* do nothing here */ }
21 
22  void Init();
23 protected:
24 
25 private:
31 };
32 
33 #endif // EVEMU_SERVER_CRIMEWATCH_H_
void Init()
Definition: CrimeWatch.cpp:39
Timer t_session
Definition: CrimeWatch.h:29
Timer t_crimFlag
Definition: CrimeWatch.h:26
Timer t_aggression
Definition: CrimeWatch.h:27
Definition: timer.h:30
Timer t_killRight
Definition: CrimeWatch.h:30
Timer t_weapon
Definition: CrimeWatch.h:28