OpenXcom
1.0
Open-source clone of the original X-Com
|
Call AlienMission::think() with proper parameters. More...
Public Member Functions | |
callThink (Game &game, const Globe &globe) | |
Store the parameters. More... | |
void | operator() (AlienMission *am) const |
Call AlienMission::think() with stored parameters. | |
Call AlienMission::think() with proper parameters.
This function object calls AlienMission::think() with the proper parameters.
Store the parameters.
game | The game engine. |
globe | The globe object. |