说明:使用c++制作简单的横板射击小游戏,供大家参考,具体内容如下
#include
#include
#include
class Bullet;
class Tank;
class E_Bullet;
class Boss;
bool dead = false;
bool wined = false;
struct pos//坐标类
{
int a;
int b;
};
class E_Bullet//敌人打出的子弹
{
public:
clock_t d;
int x;
int <weixin_38693311> 在 上传 | 大小:105472