23 #include "object/auto/auto.h"
47 void DeleteObject(
bool bAll=
false);
50 Error StartAction(
int param);
51 bool EventProcess(
const Event &event);
54 bool CreateInterface(
bool bSelect);
56 bool Write(
char *line);
57 bool Read(
char *line);
60 void UpdateInterface();
64 void SoundManip(
float time,
float amplitude,
float frequency);
67 AutoLaboPhase m_phase;
ResearchType
Research actions available to user.
Definition: global.h:230
Error
Type of error or info message.
Definition: global.h:29
Definition: autolabo.h:41
EventType
Type of event message.
Definition: event.h:35
Event sent by system, interface or game.
Definition: event.h:687