25 #ifndef AURORA_NWSCRIPT_OBJECTMAN_H 26 #define AURORA_NWSCRIPT_OBJECTMAN_H 56 #define ObjectMan Aurora::NWScript::ObjectManager::instance() 58 #endif // AURORA_NWSCRIPT_OBJECTMAN_H
Class and macro for implementing singletons.
Object * findObject(uint32 id)
Generic template base class for implementing the singleton design pattern.
Low-level type definitions to handle fixed width types portably.
void unregisterObject(Object *object)
std::map< uint32, Object * > _objects
void registerObject(Object *object)