EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Battery.cpp
Go to the documentation of this file.
1 
10 /*
11  * POS__ERROR
12  * POS__WARNING
13  * POS__MESSAGE
14  * POS__DUMP
15  * POS__DEBUG
16  * POS__DESTINY
17  * POS__SLIMITEM
18  * POS__TRACE
19  */
20 
21 
22 #include "pos/Battery.h"
23 
24 
26 : StructureSE(structure, services, system, data)
27 {
28 
29 }
30 
32 {
34 }
35 
37 {
38  /* called by EntityList::Process on every loop */
39  /* Enable base call to Process state changes */
42 }
virtual void Process()
Definition: Battery.cpp:36
virtual void Process()
Definition: Structure.cpp:458
virtual void Init()
Definition: Battery.cpp:31
BatterySE(StructureItemRef structure, PyServiceMgr &services, SystemManager *system, const FactionData &data)
Definition: Battery.cpp:25
virtual void Init()
Definition: Structure.cpp:275
Reference-counting-based smart pointer.
Definition: RefPtr.h:133