]> icculus.org git repositories - taylor/freespace2.git/blob - include/helped.h
fix issue with looping audio streams
[taylor/freespace2.git] / include / helped.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 // HelpEd.h : main header file for the HELPED application
10 //
11
12 #if !defined(AFX_HELPED_H__159085C4_C1B5_11D2_9904_00A0CC39C0BE__INCLUDED_)
13 #define AFX_HELPED_H__159085C4_C1B5_11D2_9904_00A0CC39C0BE__INCLUDED_
14
15 #if _MSC_VER > 1000
16 #pragma once
17 #endif // _MSC_VER > 1000
18
19 #ifndef __AFXWIN_H__
20         #error include 'stdafx.h' before including this file for PCH
21 #endif
22
23 #include "resource.h"       // main symbols
24
25 /////////////////////////////////////////////////////////////////////////////
26 // CHelpEdApp:
27 // See HelpEd.cpp for the implementation of this class
28 //
29
30 class CHelpEdApp : public CWinApp
31 {
32 public:
33         CHelpEdApp();
34
35 // Overrides
36         // ClassWizard generated virtual function overrides
37         //{{AFX_VIRTUAL(CHelpEdApp)
38         public:
39         virtual BOOL InitInstance();
40         //}}AFX_VIRTUAL
41
42 // Implementation
43         //{{AFX_MSG(CHelpEdApp)
44         afx_msg void OnAppAbout();
45                 // NOTE - the ClassWizard will add and remove member functions here.
46                 //    DO NOT EDIT what you see in these blocks of generated code !
47         //}}AFX_MSG
48         DECLARE_MESSAGE_MAP()
49 };
50
51
52 /////////////////////////////////////////////////////////////////////////////
53
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56
57 #endif // !defined(AFX_HELPED_H__159085C4_C1B5_11D2_9904_00A0CC39C0BE__INCLUDED_)
58