FS2_Open
Open source remastering of the Freespace 2 engine
dlgmissionspecseditor.h
Go to the documentation of this file.
1 #ifndef _DLGMISSIONSPECSEDITOR_H
2 #define _DLGMISSIONSPECSEDITOR_H
3 /*
4  * Created by Ian "Goober5000" Warfield and "z64555" for the FreeSpace2 Source
5  * Code Project.
6  *
7  * You may not sell or otherwise commercially exploit the source or things you
8  * create based on the source.
9  */
10 
12 #include "base/wxfred_base.h"
13 
14 #include <wx/wx.h>
15 
17 {
18 public:
19  dlgMissionSpecsEditor( wxWindow* parent, wxWindowID id );
20 
21 protected:
22  dlgMissionSpecsEditor( void );
24 
25  // Handlers for dlgMissionFieldEditor
26  void OnClose( wxCloseEvent& event );
27 
28  void OnOK( wxCommandEvent& event );
29  void OnCancel( wxCommandEvent& event );
30  void OnSoundEnvironment( wxCommandEvent& event );
31 
32 private:
33  dlgSoundEnvironment* dlgSoundEnvironment_p;
34 };
35 #endif // _DLGMISSIONSPECSEDITOR_H
void OnSoundEnvironment(wxCommandEvent &event)
void OnClose(wxCloseEvent &event)
void OnCancel(wxCommandEvent &event)
Class dlgMissionSpecsEditor.
Definition: wxfred_base.h:1177
void OnOK(wxCommandEvent &event)
struct _cl_event * event
Definition: Glext.h:7296