#include <engine.h>
Public Member Functions | |
| void | clear () |
| void | push (const Common::String target, const int slot=-1) |
| bool | pop (Common::String &target, int &slot) |
Singleton class which manages chained games.
A chained game is one that starts automatically, optionally loading a saved game, instead of returning to the launcher.
| void ChainedGamesManager::clear | ( | ) |
Clear the chained games manager of any games.
| void ChainedGamesManager::push | ( | const Common::String | target, |
| const int | slot = -1 |
||
| ) |
Load a game into a slot in the chained games manager.
| bool ChainedGamesManager::pop | ( | Common::String & | target, |
| int & | slot | ||
| ) |
Pop the last game loaded into the chained games manager.