📄 pipetop.h
字号:
#ifndef _PIPETOP_H_FILE_INCLUDED_
#define _PIPETOP_H_FILE_INCLUDED_
#include "Object.h"
class CPipeTop:public CObject
{
public:
CPipeTop(CGame * Game,int x, int y);
virtual const int * GetImage(bool * HInv,bool * VInv);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -