9 #include "IParaEngineApp.h" 31 static T* GetInstance()
33 static T* g_pSington = 0;
34 if (g_pSington == 0) {
static IParaEngineApp * GetApp()
get the application interface.
Definition: Globals.cpp:74
virtual CRefCounted * AddToSingletonReleasePool(CRefCounted *pObject)
we will automatically release singleton object when app stops, in the verse order when object is adde...
Definition: IParaEngineApp.h:428
different physics engine has different winding order.
Definition: EventBinding.h:32
Definition: CSingleton.h:14
app singleton must inherit from CRefCounted.
Definition: CSingleton.h:28