diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2019-04-13 18:13:39 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2019-04-13 18:13:39 +0100 |
commit | 9e1028f6f1883e0fb14736b2e6b99f2dfa78e51e (patch) | |
tree | 6f0f771e4cf2341620b3df60a5d545310a266301 /include/util.h | |
parent | 542d15bf7036c328dc54c3775c68ce64f64d8f80 (diff) |
Create roulette_util.h
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index e0034d816..884bd8f33 100644 --- a/include/util.h +++ b/include/util.h @@ -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 |