EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SubSystemModule.h
Go to the documentation of this file.
1 
9 #ifndef _EVE_SHIP_SUBSYSTEM_MODULE_H
10 #define _EVE_SHIP_SUBSYSTEM_MODULE_H
11 
13 
15 : public PassiveModule
16 {
17 public:
19  virtual ~SubSystemModule() { /* do nothing here */ }
20 
21  virtual SubSystemModule* GetSubSystemModule() { return this; }
22 
23  virtual bool IsSubSystemModule() const { return true; }
24 
26 };
27 
28 #endif // _EVE_SHIP_SUBSYSTEM_MODULE_H
SubSystemModule(ModuleItemRef mRef, ShipItemRef sRef)
virtual SubSystemModule * GetSubSystemModule()
signed __int8 int8
Definition: eve-compat.h:45
virtual ~SubSystemModule()
virtual bool IsSubSystemModule() const