]> icculus.org git repositories - taylor/freespace2.git/blob - include/stdafx.h
proper padding of PXO stats struct for FS2 demo
[taylor/freespace2.git] / include / stdafx.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 /*
10  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
11  *
12  * All source code herein is the property of Volition, Inc. You may not sell 
13  * or otherwise commercially exploit the source or things you created based on
14  * the source.
15  */
16
17 /*
18  * Copyright (C) Volition, Inc. 1999.  All rights reserved.
19  *
20  * All source code herein is the property of Volition, Inc. You may not sell 
21  * or otherwise commercially exploit the source or things you created based on
22  * the source.
23  */
24
25 // stdafx.h : include file for standard system include files,
26 //  or project specific include files that are used frequently, but
27 //      are changed infrequently
28 //
29
30 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
31
32 #include <afxwin.h>         // MFC core and standard components
33 #include <afxext.h>         // MFC extensions
34 #ifndef _AFX_NO_AFXCMN_SUPPORT
35 #include <afxcmn.h>                     // MFC support for Windows Common Controls
36 #endif // _AFX_NO_AFXCMN_SUPPORT
37