2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-28 15:45:31 +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
*/
enum USE_TYPE
{
USE_OFF,
USE_ON,
USE_SET,
USE_TOGGLE
};
#define USE_OFF 0
#define USE_ON 1
#define USE_SET 2
#define USE_TOGGLE 3