Advertisement
Vchavauty

OnCleanUp.cpp

Jul 26th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. #include "Capp.h"
  2.  
  3. void CApp::OnCleanUp()
  4. {
  5.     SDL_FreeSurface(Surf_Display);
  6.     SDL_Quit();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement