2 Star 58 Fork 0

fg/Game-superMary-superMario

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mushroom.h 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
fg 提交于 2021-04-06 22:58 . project initialized
#ifndef MUSHROOM_H
#define MUSHROOM_H
#include<QVector>
#include<QMap>
#include"brick.h"
#include"unknown.h"
#include"mary.h"
class MushRoom
{
public:
QMap<int,QVector<QVector<int>>>m;
int mushroom_kind;
int mushroom_x;
int mushroom_y;
int mushroom_state;
int mushroom_fall_down_distance;
Brick *brick;
Unknown *unknown;
Mary *mary;
MushRoom();
void MushRoom_Init();
void Move_state();
void MushRoom_Move(QVector<QVector<int>>::iterator it,Unknown *u,Brick *r, Mary *m);
};
#endif // MUSHROOM_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wenyanghe/supermary.git
git@gitee.com:wenyanghe/supermary.git
wenyanghe
supermary
Game-superMary-superMario
main

搜索帮助