]>
git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshot_app.h
8478bcf97c1247fbb78c1b51f0665289bdba5c8d
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: screenshot_app.h
3 // Purpose: Defines the Application Class
4 // Author: Utensil Candel (UtensilCandel@@gmail.com)
5 // Licence: wxWindows licence
6 /////////////////////////////////////////////////////////////////////////////
8 #ifndef _SCREENSHOT_APP_H_
9 #define _SCREENSHOT_APP_H_
13 class ScreenshotApp
: public wxApp
16 virtual bool OnInit();
19 #endif // _SCREENSHOT_APP_H_