explosioneffect.h
来自「国外网游源码....除工具源码缺少之外,其余程序都全...至于,什么游戏,因为国」· C头文件 代码 · 共 21 行
H
21 行
// 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 + =
减小字号Ctrl + -
显示快捷键?