mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
19 lines
470 B
C
19 lines
470 B
C
/*==========================================================================;
|
|
*
|
|
*
|
|
* File: dxsdkver.h
|
|
* Content: DirectX SDK Version Include File
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _DXSDKVER_H_
|
|
#define _DXSDKVER_H_
|
|
|
|
#define _DXSDK_PRODUCT_MAJOR 9
|
|
#define _DXSDK_PRODUCT_MINOR 06
|
|
#define _DXSDK_BUILD_MAJOR 168
|
|
#define _DXSDK_BUILD_MINOR 0000
|
|
|
|
#endif // _DXSDKVER_H_
|
|
|