neutrino.cpp: move temp cleanup code to function

This commit is contained in:
[CST] Focus
2012-05-05 17:35:32 +04:00
parent fcb9821dcf
commit a216a33aaf
2 changed files with 72 additions and 66 deletions

View File

@@ -149,6 +149,7 @@ private:
void SetupFrameBuffer();
void CmdParser(int argc, char **argv);
void Cleanup();
CNeutrinoApp();
public: