Nebula
|
#include <gameapplication.h>
Inherits Core::ExitHandler.
Public Member Functions | |
GameAppExitHandler (GameApplication *app) | |
Public Member Functions inherited from Core::ExitHandler | |
ExitHandler () | |
constructor | |
virtual | ~ExitHandler () |
destructor | |
const ExitHandler * | Next () const |
get pointer to next exit handler in forward linked list | |
Private Member Functions | |
virtual void | OnExit () const |
virtual method called from SysFunc::Exit() | |
Private Attributes | |
GameApplication * | app |
|
inline |
|
inlineprivatevirtual |
virtual method called from SysFunc::Exit()
Reimplemented from Core::ExitHandler.
|
private |