reman3/Rayman_X/cpa/public/IPT/IPT_Ver.h

10 lines
501 B
C

/******************************************/
#if _MSC_VER >= 1000
#pragma once
#endif /* _MSC_VER >= 1000 */
/******************************************/
#define C_szIPTVersion "IPT V5.0.1" /* The format is XXX Va.b.c with Xxx is the Tag of the module */
#define C_szIPTFullName "Input devices manager" /* the complete and clear name of the module */
#define C_szIPTDate "Mai 5 1997" /* The format is "Mmm dd yyyy".You can use __DATE__ but be careful that you have the control of the compilation*/