stdafx.h
上传用户:lian_0917
上传日期:2013-03-24
资源大小:1151k
文件大小:0k
源码类别:

其他游戏

开发平台:

MultiPlatform

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  7. // Windows Header Files:
  8. #include <windows.h>
  9. #include <map>
  10. #include <vector>
  11. #include <exception>
  12. #include <cmath>
  13. #include <algorithm>
  14. #include <iostream>
  15. #include <fstream>
  16. #include <sstream>
  17. #include <list>
  18. #include <set>