#include <core/core.h>
Inheritance diagram for neo::core::GlobalObject:


Public Member Functions | |
| virtual void | initialize ()=0 |
| Initialize the object. | |
| virtual void | shutdown () |
| Shutdown the object. | |
| virtual void neo::core::GlobalObject::initialize | ( | ) | [pure virtual] |
Initialize the object. This method is called when directly after the engine core has been initialized (safe to register singleton objects)
| virtual void neo::core::GlobalObject::shutdown | ( | ) | [virtual] |
Shutdown the object. This method is called directly before the engine core is shutdown.
1.5.1