]> icculus.org git repositories - taylor/freespace2.git/blob - include/pofview.h
Initial revision
[taylor/freespace2.git] / include / pofview.h
1 // PofView.h : main header file for the POFVIEW application
2 //
3
4 #ifndef _POFVIEW_H
5 #define _POFVIEW_H
6
7 #ifndef __AFXWIN_H__
8         #error include 'stdafx.h' before including this file for PCH
9 #endif
10
11 #include "resource.h"       // main symbols
12
13 /////////////////////////////////////////////////////////////////////////////
14 // CPofViewApp:
15 // See PofView.cpp for the implementation of this class
16 //
17
18 extern float model_thrust;
19 extern int model_afterburner;
20
21 class CPofViewApp : public CWinApp
22 {
23 public:
24         virtual BOOL OnIdle(LONG lCount);
25         CPofViewApp();
26
27
28         int m_timer;
29
30 // Overrides
31         // ClassWizard generated virtual function overrides
32         //{{AFX_VIRTUAL(CPofViewApp)
33         public:
34         virtual BOOL InitInstance();
35         virtual int ExitInstance();
36         //}}AFX_VIRTUAL
37
38 // Implementation
39
40         //{{AFX_MSG(CPofViewApp)
41         afx_msg void OnAppAbout();
42                 // NOTE - the ClassWizard will add and remove member functions here.
43                 //    DO NOT EDIT what you see in these blocks of generated code !
44         //}}AFX_MSG
45         DECLARE_MESSAGE_MAP()
46 };
47
48
49 /////////////////////////////////////////////////////////////////////////////
50 #endif
51