mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 14:57:07 -05:00
15 lines
243 B
C
15 lines
243 B
C
#ifndef GUARD_BLEND_PALETTE_H
|
|
#define GUARD_BLEND_PALETTE_H
|
|
|
|
#include "global.h"
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
void BlendPalette(u16, u16, u8, u16);
|
|
|
|
#endif //GUARD_BLEND_PALETTE_H
|