6 lines
153 B
C
6 lines
153 B
C
|
#include "System.h"
|
||
|
|
||
|
void gbafilter_pal(u16 * buf, int count);
|
||
|
void gbafilter_pal32(u32 * buf, int count);
|
||
|
void gbafilter_pad(u8 * buf, int count);
|