Advertisement
Snowsz

OTCMakerApp.h

Sep 28th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /***************************************************************
  2. * Name: OTCMakerApp.h
  3. * Purpose: Defines Application Class
  4. * Author: Snowsz (snowsz10@hotmail.com)
  5. * Created: 2015-09-28
  6. * Copyright: Snowsz ()
  7. * License:
  8. **************************************************************/
  9.  
  10. #ifndef OTCMAKERAPP_H
  11. #define OTCMAKERAPP_H
  12.  
  13. #include <wx/app.h>
  14.  
  15. class OTCMakerApp : public wxApp
  16. {
  17. public:
  18. virtual bool OnInit();
  19. };
  20.  
  21. #endif // OTCMAKERAPP_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement