![]() |
ERIS CORE
|
void AppManager::registerApp | ( | AppBaseClass * | app | ) |
provides an interface for apps to register themselves with the AppManager
once registered the AppManager will include the app in the update loop
app | to be added to the update loop |
Definition at line 550 of file AppManager.cpp.
References _ad, AppBaseClass::ad, AppBaseClass::am, AppBaseClass::draw, draw, AppBaseClass::id, AppBaseClass::next_app_node, next_id_assignment, AppBaseClass::previous_app_node, root, AppBaseClass::sci, sci, AppBaseClass::sd, and sd.
Referenced by AppBaseClass::selfRegister().