#include "KeosPrerequisites.h"#include "KeosSingleton.h"#include "KeosConfigOption.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CRoot |
| The root class of the Keos system. More... | |
Defines | |
| #define | SET_TERM_HANDLER { std::set_terminate( &Keos::CRoot::_TermHandler ); } |
Typedefs | |
| typedef void(*) | Keos::DLL_START_PLUGIN (void) |
| typedef void(*) | Keos::DLL_STOP_PLUGIN (void) |
| typedef std::vector< IRenderSystem * > | Keos::RenderSystemList |
| #define SET_TERM_HANDLER { std::set_terminate( &Keos::CRoot::_TermHandler ); } |
Definition at line 32 of file KeosRoot.h.
1.5.1-p1