?? bonus.h
字號(hào):
// Bonus.h: interface for the CBonus class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BONUS_H__5DAE3692_924E_4969_85FA_5D38CCC4B493__INCLUDED_)
#define AFX_BONUS_H__5DAE3692_924E_4969_85FA_5D38CCC4B493__INCLUDED_
#include "ContainerObject.h"
class CBonus : public CContainerObject
{
private:
int eat; //是否被吃到
int count; //用作計(jì)數(shù)器
CContainerObject *temp;
public:
CBonus();
virtual ~CBonus();
void displayObject();
bool ActiveObject();
};
#endif // !defined(AFX_BONUS_H__5DAE3692_924E_4969_85FA_5D38CCC4B493__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -