summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autolabo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autolabo.h')
-rw-r--r--src/object/auto/autolabo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object/auto/autolabo.h b/src/object/auto/autolabo.h
index 0b1e91b..53faa0a 100644
--- a/src/object/auto/autolabo.h
+++ b/src/object/auto/autolabo.h
@@ -52,21 +52,21 @@ public:
CAutoLabo(CInstanceManager* iMan, CObject* object);
~CAutoLabo();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error RetError();
- BOOL CreateInterface(BOOL bSelect);
+ bool CreateInterface(bool bSelect);
- BOOL Write(char *line);
- BOOL Read(char *line);
+ bool Write(char *line);
+ bool Read(char *line);
protected:
void UpdateInterface();
void OkayButton(CWindow *pw, EventMsg event);
- BOOL TestResearch(EventMsg event);
+ bool TestResearch(EventMsg event);
void SetResearch(EventMsg event);
void SoundManip(float time, float amplitude, float frequency);