mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-18 13:08:00 -05:00
9 lines
276 B
C
9 lines
276 B
C
#ifndef GUARD_BG_PALETTE_BUFFER_H
|
|
#define GUARD_BG_PALETTE_BUFFER_H
|
|
|
|
void InitBGPaletteBuffer(void);
|
|
void nullsub_4(s32, u8 *, s32, u8 *);
|
|
void SetBGPaletteBufferColorArray(s32, u8 *);
|
|
void SetBGPaletteBufferColorRGB(s32, u8 *, s32, u8 *);
|
|
|
|
#endif // GUARD_BG_PALETTE_BUFFER_H
|