source:
GTP/trunk/Lib/Illum/GPUObscurancesGT/include/Main.h
@
930
Revision 930, 295 bytes checked in by igarcia, 18 years ago (diff) |
---|
Line | |
---|---|
1 | #ifndef _Main_H_ |
2 | #define _Main_H_ |
3 | |
4 | #include <wx/wx.h> |
5 | #include <wx/image.h> |
6 | #include "MyFrame.h" |
7 | |
8 | |
9 | class Main : public wxApp |
10 | { |
11 | private: |
12 | MyFrame * frame; //main window |
13 | |
14 | public: |
15 | bool OnInit(); |
16 | void OnIdle(wxIdleEvent& event); |
17 | |
18 | DECLARE_EVENT_TABLE() |
19 | }; |
20 | |
21 | |
22 | #endif |
Note: See TracBrowser
for help on using the repository browser.