]> icculus.org git repositories - taylor/freespace2.git/blob - include/campaignfilelistbox.h
embed standalone web in executable
[taylor/freespace2.git] / include / campaignfilelistbox.h
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
6  * the source.
7  */
8
9 // CampaignFilelistBox.h : header file
10 //
11
12 /////////////////////////////////////////////////////////////////////////////
13 // campaign_filelist_box window
14
15 class campaign_filelist_box : public CListBox
16 {
17 // Construction
18 public:
19         void initialize();
20         campaign_filelist_box();
21
22 // Attributes
23 public:
24
25 // Operations
26 public:
27
28 // Overrides
29         // ClassWizard generated virtual function overrides
30         //{{AFX_VIRTUAL(campaign_filelist_box)
31         //}}AFX_VIRTUAL
32
33 // Implementation
34 public:
35         virtual ~campaign_filelist_box();
36
37         // Generated message map functions
38 protected:
39         //{{AFX_MSG(campaign_filelist_box)
40         afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
41         //}}AFX_MSG
42
43         DECLARE_MESSAGE_MAP()
44 };
45
46 /////////////////////////////////////////////////////////////////////////////
47