#include "kernel.h"#include "Sys.h"#include "Settings.h"#include "Soundbank.h"#include "Util.h"#include "Camera.h"#include "Player.h"#include "Stuff.h"#include "World3d.h"#include "Object3D.h"#include "Artifact.h"#include "Network.h"Namespaces | |
| namespace | irrsimple |
Functions | |
| void | initIrrsimple (void) |
| init all - first function to call before calling the others | |
| Sys & | irrsimple::getSys () |
| Settings & | irrsimple::getSettings () |
| Stuff & | irrsimple::getStuff () |
| Util & | irrsimple::getUtil () |
| Soundbank & | irrsimple::getSoundbank () |
| void | irrsimple::free (void) |
| free all - last irrsimple function to call | |
| void | irrsimple::rebootApplication (const char *argv0) |
| free all and reboot application without parameters | |
| void | irrsimple::quitApplication (void) |
| free all and quit application | |
|
|
init all - first function to call before calling the others
|
1.4.6-NO