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

射击游戏

开发平台:

Visual C++

  1. /********************************************************************
  2. *                        空运爆发                                    *
  3. *                       Version 2.0                                  *
  4. * 本游戏全部代码由:                                                 *
  5. *                   冲天实验室   梁锋 编写                           *
  6. *                    邮箱:lenwine@126.com                           *
  7. *                bbs: http://free2.e-168.cn/lenwind (正在开发中...)  *
  8. **********************************************************************/
  9. //////////////////////////////////////////////////////////////////////
  10. /***************************************************APPEAR_BEGIN
  11. *这个类主要用来渲染背景,使游戏玩起来更加逼真。
  12. *真正感受到它。     ---------3D特效,让你体验生活!--------
  13. *但是由于时间问题,没来得及补充. 我会尽快完成它的。
  14. *****************************************************APPEAR_END**/
  15. #include "stdafx.h"
  16. #include "wgame.h"
  17. #include "Appearance.h"
  18. Appearance::Appearance(char *MP):mp(NULL),omp(NULL),mapl(0),mapt(0)
  19. {
  20. }
  21. Appearance::~Appearance()
  22. {
  23. }
  24. void Appearance::InitMap(char *MP)
  25. {
  26. }
  27. void Appearance::Begindraw()
  28. {
  29. }
  30. void Appearance::pMap(HDC lpDC,int px,int py,int pl,int pt)
  31. {
  32.            
  33. }