23 #include "object/auto/auto.h"
27 enum AutoResearchPhase
41 void DeleteObject(
bool bAll=
false);
44 Error StartAction(
int result);
45 bool EventProcess(
const Event &event);
48 bool CreateInterface(
bool bSelect);
50 bool Write(
char *line);
51 bool Read(
char *line);
54 void UpdateInterface();
55 void UpdateInterface(
float rTime);
58 void FireStopUpdate(
float progress,
bool bLightOn);
61 AutoResearchPhase m_phase;
65 float m_lastUpdateTime;
ResearchType
Research actions available to user.
Definition: global.h:230
Definition: autoresearch.h:35
Error
Type of error or info message.
Definition: global.h:29
EventType
Type of event message.
Definition: event.h:35
Event sent by system, interface or game.
Definition: event.h:687