]> git.saurik.com Git - wxWidgets.git/blob - utils/screenshotgen/src/screenshot_app.h
inside <wx-data> we need to use instead of /
[wxWidgets.git] / 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)
5 // RCS-ID: $Id$
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
8
9 #ifndef WXSCREENSHOTAPP_H
10 #define WXSCREENSHOTAPP_H
11
12 #include <wx/app.h>
13
14 class ScreenshotApp : public wxApp
15 {
16 public:
17 virtual bool OnInit();
18 };
19
20 #endif // WXSCREENSHOTAPP_H