#include <Base.h>
Public Member Functions | |
| Base (CyberApp *cyber_app) | |
| ~Base (void) | |
| CyberApp * | get_cyber_app () const |
| world::WorldDesc * | get_world_desc () const |
| bool | Init () |
| bool | Shutdown () |
The "data base" of the game.
| cyber::Base::Base | ( | CyberApp * | cyber_app | ) |
Explicit constructor.
| cyber::Base::~Base | ( | void | ) |
Destructor.
| CyberApp* cyber::Base::get_cyber_app | ( | ) | const [inline] |
Returns the game application object.
| world::WorldDesc* cyber::Base::get_world_desc | ( | ) | const [inline] |
Returns the description object of the current world.
| bool cyber::Base::Init | ( | ) |
Initializes this "data base" object.
| bool cyber::Base::Shutdown | ( | ) |
Shuts this "data base" object down.
1.6.1