Files
wxWidgets/utils/screenshotgen/src/screenshot_app.h
2008-10-15 18:49:22 +00:00

21 lines
530 B
C++

/////////////////////////////////////////////////////////////////////////////
// Name: screenshot_app.h
// Purpose: Defines the Application Class
// Author: Utensil Candel (UtensilCandel@@gmail.com)
// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifndef _SCREENSHOT_APP_H_
#define _SCREENSHOT_APP_H_
#include "wx/app.h"
class ScreenshotApp : public wxApp
{
public:
virtual bool OnInit();
};
#endif // _SCREENSHOT_APP_H_