?? fense.h
字號(hào):
/**************************************************************************************
Project Name : Map Edit of my game
Module Name : Game Object
File Name : Fense.h: interface for the CFense class.
Create : 2007-7-10, by Vigame
Update :
Copyright :
Reference :
Abstrct : The fense can be destoried.
**************************************************************************************/
#if !defined(AFX_FENSE_H__BF361FBF_5234_4249_B553_6FFB607148EB__INCLUDED_)
#define AFX_FENSE_H__BF361FBF_5234_4249_B553_6FFB607148EB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "GameObject.h"
class CFense : public CGameObject
{
public:
CFense();
virtual ~CFense();
};
#endif // !defined(AFX_FENSE_H__BF361FBF_5234_4249_B553_6FFB607148EB__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -