Stdinc.h
上传用户:sz83729876
上传日期:2013-03-07
资源大小:4140k
文件大小:0k
源码类别:

OpenGL

开发平台:

Windows_Unix

  1. #ifndef _STDINC_H_
  2. #define _STDINC_H_
  3. #define WIN32_LEAN_AND_MEAN
  4. #include <windows.h>
  5. #include <string>
  6. #include <vector>
  7. #include <GLgl.h>
  8. #include <GLglu.h>
  9. #include "Log.h"
  10. #endif