EvEmu
0.8.4
11 September 2021
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
"
14
#include "
market/MarketProxyService.h
"
15
16
17
MarketBot::MarketBot
()
18
{
19
m_initalized
=
false
;
20
}
21
22
void
MarketBot::Init
()
23
{
24
m_initalized
=
false
;
25
}
26
27
void
MarketBot::Process
()
28
{
29
if
(!
m_initalized
)
30
return
;
31
}
32
MarketBot::Init
void Init()
Definition:
MarketBot.cpp:22
MarketBot::m_initalized
bool m_initalized
Definition:
MarketBot.h:30
EVEServerConfig.h
MarketBot::MarketBot
MarketBot()
Definition:
MarketBot.cpp:17
MarketBot::Process
void Process()
Definition:
MarketBot.cpp:27
MarketBot.h
MarketProxyService.h
MarketMgr.h
eve-server.h
backups
local
src
eve
EvEmu_Crucible
src
eve-server
market
MarketBot.cpp
Generated on Sat Oct 16 2021 01:20:53 for EvEmu by
1.8.8