mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-12 21:14:41 -04:00
Update ccTypes.h
This commit is contained in:
parent
5e11ddab85
commit
d7c3d4af62
1 changed files with 2 additions and 2 deletions
4
loader/include/Geode/cocos/include/ccTypes.h
vendored
4
loader/include/Geode/cocos/include/ccTypes.h
vendored
|
@ -48,8 +48,8 @@ typedef struct _ccColor3B
|
|||
typedef struct _ccHSVValue
|
||||
{
|
||||
float h, s, v;
|
||||
bool saturationChecked;
|
||||
bool brightnessChecked;
|
||||
bool absoluteSaturation;
|
||||
bool absoluteBrightness;
|
||||
private: unsigned char __pad[2];
|
||||
} ccHSVValue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue