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:
parent
ade93b74e3
commit
31b2a067e8
@ -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
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user