~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithDemo/wxSmithDemoApp.h

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************
 
2
 * Name:      wxSmithDemoApp.h
 
3
 * Purpose:   Defines Application Class
 
4
 * Author:    Gary Harris (garyjharris@sourceforge.net)
 
5
 * Created:   2010-06-01
 
6
 * Copyright: Gary Harris (http://cryogen.66ghz.com/)
 
7
 * License:
 
8
 **************************************************************/
 
9
 
 
10
#ifndef WXSMITHDEMOAPP_H
 
11
#define WXSMITHDEMOAPP_H
 
12
 
 
13
#include <wx/app.h>
 
14
 
 
15
class wxSmithDemoApp : public wxApp
 
16
{
 
17
    public:
 
18
        virtual bool OnInit();
 
19
};
 
20
 
 
21
#endif // WXSMITHDEMOAPP_H