Create roulette_util.h

This commit is contained in:
SatoMew
2019-04-13 18:13:39 +01:00
parent 542d15bf70
commit 9e1028f6f1
3 changed files with 86 additions and 64 deletions
+1
View File
@@ -15,5 +15,6 @@ int CountTrailingZeroBits(u32 value);
u16 CalcCRC16(const u8 *data, s32 length);
u16 CalcCRC16WithTable(const u8 *data, u32 length);
u32 CalcByteArraySum(const u8* data, u32 length);
void BlendPalette(u16 palOffset, u16 numEntries, u8 coeff, u16 blendColor);
#endif // GUARD_UTIL_H