1
This commit is contained in:
parent
f41e74d5c4
commit
40f7499e8d
@ -12,3 +12,7 @@ void Incubator::UnInit()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Incubator::AddHoldHuman(Human* hum)
|
||||||
|
{
|
||||||
|
hold_humans_.insert(hum);
|
||||||
|
}
|
||||||
|
@ -9,7 +9,7 @@ class Incubator
|
|||||||
|
|
||||||
void Init();
|
void Init();
|
||||||
void UnInit();
|
void UnInit();
|
||||||
void AddHoldHuman(Human* num);
|
void AddHoldHuman(Human* hum);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::set<Human*> hold_humans_;
|
std::set<Human*> hold_humans_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user