]>
git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshot_app.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: screenshot_app.h
3 // Purpose: Defines the Application Class
4 // Author: Utensil Candel (UtensilCandel@@gmail.com)
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef _SCREENSHOT_APP_H_
10 #define _SCREENSHOT_APP_H_
14 class ScreenshotApp
: public wxApp
17 virtual bool OnInit();
20 #endif // _SCREENSHOT_APP_H_