mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-13 20:21:07 -05:00
8 lines
268 B
C
8 lines
268 B
C
#ifndef GUARD_BG_PALETTE_BUFFER_H
|
|
#define GUARD_BG_PALETTE_BUFFER_H
|
|
|
|
void InitBGPaletteBuffer(void);
|
|
void nullsub_4(s32 index, u8 *RGBArray, s32 a1, u8 *a2);
|
|
void SetBGPaletteBufferColorRGB(s32 index, u8 *RGBArray, s32 a1, u8 *a2);
|
|
|
|
#endif // GUARD_BG_PALETTE_BUFFER_H
|