⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 movepoint.h

📁 墨香最新私服
💻 H
字号:
// MovePoint.h: interface for the CMovePoint class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MOVEPOINT_H__1A69E843_D8FF_478B_9549_8FFAF2ED2ED0__INCLUDED_)
#define AFX_MOVEPOINT_H__1A69E843_D8FF_478B_9549_8FFAF2ED2ED0__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "ENGINE\EngineEffect.h"

#define MOVEPOINT USINGTON(CMovePoint)

class CMovePoint  
{
	BOOL m_bInited;
	CEngineEffect m_PointModel;
	
public:
	CMovePoint();
//	//MAKESINGLETON(CMovePoint);

	virtual ~CMovePoint();

	BOOL Init();
	void Release();

	void SetPoint(VECTOR3* pPos);
};
EXTERNGLOBALTON(CMovePoint)
#endif // !defined(AFX_MOVEPOINT_H__1A69E843_D8FF_478B_9549_8FFAF2ED2ED0__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -