2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-29 08:05:36 +03:00

Fix conflict cssdk_const.inc due to hlsdk_const.inc update

This commit is contained in:
s1lent 2018-10-02 12:58:08 +07:00
parent ade93b74e3
commit 31b2a067e8
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -1302,10 +1302,7 @@ enum InfoMapBuyParam
/** /**
* For SetUse * For SetUse
*/ */
enum USE_TYPE #define USE_OFF 0
{ #define USE_ON 1
USE_OFF, #define USE_SET 2
USE_ON, #define USE_TOGGLE 3
USE_SET,
USE_TOGGLE
};