?? seaweed.h
字號:
/**************************************************************************************
Project Name : Map Edit of my game
Module Name : Game Object
File Name : Seaweed.h: interface for the CSeaweed class.
Create : 2007-7-10, by Vigame
Update :
Copyright :
Reference :
Abstrct : Player's boat can pass the seaweed, but the speed of boat
will slow down.
**************************************************************************************/
#if !defined(AFX_SEAWEED_H__47007411_AEB2_49BF_BE64_E8171EF39EC3__INCLUDED_)
#define AFX_SEAWEED_H__47007411_AEB2_49BF_BE64_E8171EF39EC3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "GameObject.h"
class CSeaweed : public CGameObject
{
public:
CSeaweed();
virtual ~CSeaweed();
};
#endif // !defined(AFX_SEAWEED_H__47007411_AEB2_49BF_BE64_E8171EF39EC3__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -