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