FS2_Open
Open source remastering of the Freespace 2 engine
campaignfilelistbox.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 // CampaignFilelistBox.h : header file
11 //
12 
14 // campaign_filelist_box window
15 
16 class campaign_filelist_box : public CListBox
17 {
18 // Construction
19 public:
20  void initialize();
22 
23 // Attributes
24 public:
25 
26 // Operations
27 public:
28 
29 // Overrides
30  // ClassWizard generated virtual function overrides
31  //{{AFX_VIRTUAL(campaign_filelist_box)
32  //}}AFX_VIRTUAL
33 
34 // Implementation
35 public:
36  virtual ~campaign_filelist_box();
37 
38  // Generated message map functions
39 protected:
40  //{{AFX_MSG(campaign_filelist_box)
41  afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
42  //}}AFX_MSG
43 
44  DECLARE_MESSAGE_MAP()
45 };
46 
unsigned int UINT
Definition: config.h:82
afx_msg void OnLButtonDown(UINT nFlags, CPoint point)