StdAfx.h
上传用户:cding2008
上传日期:2007-01-03
资源大小:1812k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /////////////////////////////////////////////////////////////////////////////
  2. // stdafx.h : include file for standard system include files, or project
  3. //   specific include files that are used frequently, but are
  4. //   changed infrequently
  5. //
  6. // ModelMagic 3D and 'glOOP' (OpenGL Object Oriented Programming library)
  7. // Copyright (c) Craig Fahrnbach 1997, 1999
  8. //
  9. // OpenGL is a registered trademark of Silicon Graphics
  10. //
  11. //
  12. // This program is provided for educational and personal use only and
  13. // is provided without guarantee or warrantee expressed or implied.
  14. //
  15. // Commercial use is strickly prohibited without written permission
  16. // from ImageWare Development.
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  20. #include <afxwin.h> // MFC core and standard components
  21. #include <afxext.h> // MFC extensions
  22. #include <glgl.h>
  23. #include <glglu.h>
  24. #include <glglaux.h>
  25. #ifndef _AFX_NO_AFXCMN_SUPPORT
  26. #include <afxcmn.h> // MFC support for Windows Common Controls
  27. #endif // _AFX_NO_AFXCMN_SUPPORT
  28. #include "glOOP.h"