- Added ::onExit.
This commit is contained in:
Paul Beckingham 2014-05-13 16:48:26 -04:00
parent 39c476134f
commit d12c519380
2 changed files with 17 additions and 0 deletions

View file

@ -38,6 +38,7 @@ public:
void initialize ();
void onLaunch ();
void onExit ();
private:
};