📄 explosioneffect.h
字号:
// ExplosionEffect.h: interface for the CExplosionEffect class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_EXPLOSIONEFFECT_H__595E8C71_C9CF_4299_B983_624E6D0CB0B2__INCLUDED_)
#define AFX_EXPLOSIONEFFECT_H__595E8C71_C9CF_4299_B983_624E6D0CB0B2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CExplosionEffect
{
public:
CExplosionEffect();
virtual ~CExplosionEffect();
};
#endif // !defined(AFX_EXPLOSIONEFFECT_H__595E8C71_C9CF_4299_B983_624E6D0CB0B2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -