FS2_Open
Open source remastering of the Freespace 2 engine
shieldsysdlg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
12 extern int Shield_sys_teams[MAX_IFFS];
14 
16 // shield_sys_dlg dialog
17 
18 class shield_sys_dlg : public CDialog
19 {
20 // Construction
21 public:
22  void set_team();
23  void set_type();
24  shield_sys_dlg(CWnd* pParent = NULL); // standard constructor
25 
26 // Dialog Data
27  //{{AFX_DATA(shield_sys_dlg)
28  enum { IDD = IDD_SHIELD_SYS };
29  int m_team;
30  int m_type;
31  //}}AFX_DATA
32 
33 // Overrides
34  // ClassWizard generated virtual function overrides
35  //{{AFX_VIRTUAL(shield_sys_dlg)
36  protected:
37  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
38  //}}AFX_VIRTUAL
39 
40 // Implementation
41 protected:
42 
43  // Generated message map functions
44  //{{AFX_MSG(shield_sys_dlg)
45  virtual void OnOK();
46  virtual BOOL OnInitDialog();
47  afx_msg void OnSelchangeTeam();
48  afx_msg void OnSelchangeType();
49  //}}AFX_MSG
50  DECLARE_MESSAGE_MAP()
51 };
virtual void DoDataExchange(CDataExchange *pDX)
int Shield_sys_teams[MAX_IFFS]
virtual BOOL OnInitDialog()
#define MAX_SHIP_CLASSES
Definition: globals.h:48
#define IDD_SHIELD_SYS
Definition: resource.h:79
virtual void OnOK()
afx_msg void OnSelchangeTeam()
afx_msg void OnSelchangeType()
shield_sys_dlg(CWnd *pParent=NULL)
int BOOL
Definition: config.h:80
int Shield_sys_types[MAX_SHIP_CLASSES]
#define MAX_IFFS
Definition: globals.h:34