OpenXcom  1.0
Open-source clone of the original X-Com
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
OpenXcom::callThink Class Reference

Call AlienMission::think() with proper parameters. More...

Inheritance diagram for OpenXcom::callThink:

Public Member Functions

 callThink (Game &game, const Globe &globe)
 Store the parameters. More...
 
void operator() (AlienMission *am) const
 Call AlienMission::think() with stored parameters.
 

Detailed Description

Call AlienMission::think() with proper parameters.

This function object calls AlienMission::think() with the proper parameters.

Constructor & Destructor Documentation

OpenXcom::callThink::callThink ( Game game,
const Globe globe 
)
inline

Store the parameters.

Parameters
gameThe game engine.
globeThe globe object.

The documentation for this class was generated from the following file: