|
|
std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
|
|
std::shared_ptr<CCallback> cb; //this is enough, but we downcast from CCallback
|
|
|
ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}
|
|
ArmyFormation(std::shared_ptr<CCallback> CB, const Nullkiller * ai): cb(CB), ai(ai) {}
|