summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoegg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoegg.h')
-rw-r--r--src/object/auto/autoegg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/object/auto/autoegg.h b/src/object/auto/autoegg.h
index 6728f7d..d9a749f 100644
--- a/src/object/auto/autoegg.h
+++ b/src/object/auto/autoegg.h
@@ -50,20 +50,20 @@ public:
CAutoEgg(CInstanceManager* iMan, CObject* object);
~CAutoEgg();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
void Start(int param);
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error IsEnded();
Error RetError();
- BOOL SetType(ObjectType type);
- BOOL SetValue(int rank, float value);
- BOOL SetString(char *string);
+ bool SetType(ObjectType type);
+ bool SetValue(int rank, float value);
+ bool SetString(char *string);
- BOOL Write(char *line);
- BOOL Read(char *line);
+ bool Write(char *line);
+ bool Read(char *line);
protected:
CObject* SearchAlien();