zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dxsdkver.h
Go to the documentation of this file.
1 /*==========================================================================;
2  *
3  *
4  * File: dxsdkver.h
5  * Content: DirectX SDK Version Include File
6  *
7  ****************************************************************************/
8 
9 #ifndef _DXSDKVER_H_
10 #define _DXSDKVER_H_
11 
12 #define _DXSDK_PRODUCT_MAJOR 9
13 #define _DXSDK_PRODUCT_MINOR 29
14 #define _DXSDK_BUILD_MAJOR 1962
15 #define _DXSDK_BUILD_MINOR 0
16 
17 #endif // _DXSDKVER_H_
18