FS2_Open
Open source remastering of the Freespace 2 engine
stdafx.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 
11 
12 // #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
13 
14 #include <afxwin.h> // MFC core and standard components
15 #include <afxext.h> // MFC extensions
16 #ifndef _AFX_NO_AFXCMN_SUPPORT
17 #include <afxcmn.h> // MFC support for Windows 95 Common Controls
18 #endif // _AFX_NO_AFXCMN_SUPPORT
19