1
This commit is contained in:
parent
793918631d
commit
f41e74d5c4
@ -9,7 +9,8 @@ class Incubator
|
|||||||
|
|
||||||
void Init();
|
void Init();
|
||||||
void UnInit();
|
void UnInit();
|
||||||
|
void AddHoldHuman(Human* num);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::list<Human*> hold_humans_;
|
std::set<Human*> hold_humans_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user