Go to the source code of this file.
Namespaces | |
| namespace | mortic |
Classes | |
| union | mortic::UValue |
| A general container for all objects. More... | |
| class | mortic::IEvent |
| An event generated by the engine. More... | |
| class | mortic::IEventManager |
| Generates and Dispatches Events. More... | |
Enumerations | |
| enum | mortic::EEventType { mortic::EET_NULL, mortic::EET_MORTIC, mortic::EET_USER, mortic::EET_IRRLICHT } |
| An enumeration for different event types. More... | |
| enum | mortic::EValueType { mortic::EVT_OBJECT, mortic::EVT_STRING, mortic::EVT_INTEGER, mortic::EVT_FLOATINGPOINT, mortic::EVT_NONE } |
| An enumeration for different value types. More... | |
1.4.4