25 #include "object/auto/auto.h"
29 enum AutoResearchPhase
43 void DeleteObject(
bool bAll=
false);
46 Error StartAction(
int result);
47 bool EventProcess(
const Event &event);
50 bool CreateInterface(
bool bSelect);
56 void UpdateInterface();
57 void UpdateInterface(
float rTime);
60 void FireStopUpdate(
float progress,
bool bLightOn);
63 AutoResearchPhase m_phase;
67 float m_lastUpdateTime;
Definition: parserline.h:33
ResearchType
Research actions available to user.
Definition: global.h:215
Definition: autoresearch.h:37
Error
Type of error or info message.
Definition: global.h:32
EventType
Type of event message.
Definition: event.h:38
Event sent by system, interface or game.
Definition: event.h:678