EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MarketBot.cpp
Go to the documentation of this file.
1 
10 #include "eve-server.h"
11 #include "EVEServerConfig.h"
12 #include "market/MarketBot.h"
13 #include "market/MarketMgr.h"
15 
16 
18 {
19  m_initalized = false;
20 }
21 
23 {
24  m_initalized = false;
25 }
26 
28 {
29  if (!m_initalized)
30  return;
31 }
32 
void Init()
Definition: MarketBot.cpp:22
bool m_initalized
Definition: MarketBot.h:30
void Process()
Definition: MarketBot.cpp:27