FS2_Open
Open source remastering of the Freespace 2 engine
dlgreinforcementspicker.h
Go to the documentation of this file.
1 #ifndef _DLGREINFORCEMENTSPICKER_H
2 #define _DLGREINFORCEMENTSPICKER_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 
11 #include "base/wxfred_base.h"
12 
13 #include <wx/wx.h>
14 
16 {
17 public:
18  dlgReinforcementsPicker( wxWindow* parent );
19 
20 protected:
23 
24  // Handlers for dlgReinforcementsPicker
25  void OnClose( wxCloseEvent& event );
26 
27  void OnOK( wxCommandEvent& event );
28  void OnCancel( wxCommandEvent& event );
29 
30 private:
31 };
32 
33 #endif
void OnOK(wxCommandEvent &event)
void OnClose(wxCloseEvent &event)
Class dlgReinforcementsPicker.
Definition: wxfred_base.h:1079
struct _cl_event * event
Definition: Glext.h:7296
void OnCancel(wxCommandEvent &event)