mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-19 05:27:29 -05:00
6 lines
137 B
C
6 lines
137 B
C
#ifndef GUARD_BG_PALETTE_BUFFER_H
|
|
#define GUARD_BG_PALETTE_BUFFER_H
|
|
|
|
void InitBGPaletteBuffer(void);
|
|
|
|
#endif // GUARD_BG_PALETTE_BUFFER_H
|