lanlan.h
来自「用C++编写的俄罗斯方块 是我的课程设计报告~」· C头文件 代码 · 共 17 行
H
17 行
class els
{
public:
int check_change(point p,shape s);//判断右边是否越界
void show(point p, shape s1,shape s2);//显示方块
void update(point p, shape s);//更新
int check_buttom(point p, shape s);
void move();
void nint();//画方框
int _continue();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?