Main Page   Compound List   File List   Compound Members  

StdAfx.h

00001 // stdafx.h : include file for standard system include files,
00002 //  or project specific include files that are used frequently, but
00003 //      are changed infrequently
00004 //
00005 
00006 #if !defined(AFX_STDAFX_H__DE429BF1_C87F_425A_A1EC_948F68F3F2F0__INCLUDED_)
00007 #define AFX_STDAFX_H__DE429BF1_C87F_425A_A1EC_948F68F3F2F0__INCLUDED_
00008 
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif // _MSC_VER > 1000
00012 
00013 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00014 
00015 #include <afxwin.h>         // MFC core and standard components
00016 #include <afxext.h>         // MFC extensions
00017 #include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls
00018 #ifndef _AFX_NO_AFXCMN_SUPPORT
00019 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00020 #endif // _AFX_NO_AFXCMN_SUPPORT
00021 
00022 
00023 //{{AFX_INSERT_LOCATION}}
00024 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00025 
00026 //OpenGL Headers
00027 #include <gl\gl.h>         //OpenGL Main Library Header
00028 #include <gl\glu.h>       //OpenGL Utility Library Header
00029 
00030 #endif // !defined(AFX_STDAFX_H__DE429BF1_C87F_425A_A1EC_948F68F3F2F0__INCLUDED_)

Generated on Tue Jan 22 19:13:38 2002 for FlowViz by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001