#ifndef _Fd3dexport_H_

#define _Fd3dexport_H_



enum

{

	D3DEXPORTFILTER_GROUP								= 999,

  D3DEXPORTFILTER_SCALE								= 2000,

  D3DEXPORTFILTER_FORMAT							= 2001,

  D3DEXPORTFILTER_CONVERTTEXTURENAME	= 2002,

  D3DEXPORTFILTER_TEMPLATES 					= 2003,

  D3DEXPORTFILTER_NORMALS 						= 2004,

  D3DEXPORTFILTER_TEXTURES 						= 2005,

  D3DEXPORTFILTER_SAVEMESH 						= 2006,

  D3DEXPORTFILTER_TEXTURESUFFIX				= 2007

};



#endif