flexportersdkversion.h

来自「赫赫大名的 OGRE 游戏引擎」· C头文件 代码 · 共 29 行

H
29
字号
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
 *	FLEXPORTER - a flexible exporter
 *	Copyright (C) 2000-2003 Pierre Terdiman
 *	Homepage: http://www.codercorner.com/Flexporter.htm
 */
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
 *	Flexporter SDK version
 *	\file		FlexporterSDKVersion.h
 *	\author		Pierre Terdiman
 *	\date		April, 1, 2003
 */
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Include Guard
#ifndef __FLEXPORTER_SDK_VERSION__
#define __FLEXPORTER_SDK_VERSION__

	// *SDK* version. DIFFERENT from the one in the Flexporter SDK headers, so that we can detect
	// the mismatch between user plug-ins and the core. This number should be increased each time
	// running old plugs is unsafe.
	#define FLEXPORTER_VERSION	107

#endif	// __FLEXPORTER_SDK_VERSION__

⌨️ 快捷键说明

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