Appearance.cpp
资源名称:LwGame2.0.rar [点击查看]
上传用户:semy2100
上传日期:2013-01-22
资源大小:3633k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- /********************************************************************
- * 空运爆发 *
- * Version 2.0 *
- * 本游戏全部代码由: *
- * 冲天实验室 梁锋 编写 *
- * 邮箱:lenwine@126.com *
- * bbs: http://free2.e-168.cn/lenwind (正在开发中...) *
- **********************************************************************/
- //////////////////////////////////////////////////////////////////////
- /***************************************************APPEAR_BEGIN
- *这个类主要用来渲染背景,使游戏玩起来更加逼真。
- *真正感受到它。 ---------3D特效,让你体验生活!--------
- *但是由于时间问题,没来得及补充. 我会尽快完成它的。
- *****************************************************APPEAR_END**/
- #include "stdafx.h"
- #include "wgame.h"
- #include "Appearance.h"
- Appearance::Appearance(char *MP):mp(NULL),omp(NULL),mapl(0),mapt(0)
- {
- }
- Appearance::~Appearance()
- {
- }
- void Appearance::InitMap(char *MP)
- {
- }
- void Appearance::Begindraw()
- {
- }
- void Appearance::pMap(HDC lpDC,int px,int py,int pl,int pt)
- {
- }