StdAfx.h
上传用户:semy2100
上传日期:2013-01-22
资源大小:3633k
文件大小:1k
源码类别:

射击游戏

开发平台:

Visual C++

  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. // C RunTime Header Files
  10. #include <stdlib.h>
  11. #include <malloc.h>
  12. #include <memory.h>
  13. #include <tchar.h>
  14. #include <stdio.h> 
  15. // Local Header Files
  16. // TODO: reference additional headers your program requires here
  17. #include <list>
  18. #include <cmath>
  19. #include <time.h>
  20. #include <sstream>
  21. #include <fstream>
  22. #include<mmsystem.h>
  23. #include<dsound.h>
  24. #include <direct.h>
  25. #include <ddraw.h>
  26. using namespace std;
  27. #include "agoclass.h"
  28. #include "ddutil.h"
  29. #include "Showmap.h"
  30. #include "Manager.h"
  31. #include "MemberStatus.h"
  32. #include "OutScreen.h"
  33. #include "Bomb.h"
  34. #include "BombSet.h"
  35. #include "ShootPlane.h"
  36. #include "OperatorPlace.h"
  37. #include "Brock.h"
  38. #include "EnermyPlace.h"
  39. #include "ObjectHit.h"
  40. #include "wGame.h"
  41. #include "MusicPlace.h"
  42. #include "Appearance.h"
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45.  // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)