FS2_Open
Open source remastering of the Freespace 2 engine
wxfred2.h
Go to the documentation of this file.
1 #ifndef _WXFRED2_H
2 #define _WXFRED2_H
3 /*
4  * Created by Ian "Goober5000" Warfield for the FreeSpace2 Source Code Project.
5  * You may not sell or otherwise commercially exploit the source or things you
6  * create based on the source.
7  */
8 
9 #include <wx/wx.h>
10 
11 
12 class wxFRED2 : public wxApp
13 {
14  public:
15  virtual bool OnInit();
16  void LoadMission();
17  void NewMission();
18  void SaveMission();
19 };
20 
21 DECLARE_APP(wxFRED2)
22 
23 #endif
virtual bool OnInit()
Definition: wxfred2.cpp:22
void LoadMission()
void SaveMission()
void NewMission()