mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
12 lines
233 B
C
12 lines
233 B
C
typedef struct {
|
|
uint8 r,g,b;
|
|
} pal;
|
|
|
|
extern pal *palo;
|
|
void FCEU_ResetPalette(void);
|
|
|
|
void FCEU_ResetPalette(void);
|
|
void FCEU_ResetMessages();
|
|
void FCEU_LoadGamePalette(void);
|
|
void FCEU_DrawNTSCControlBars(uint8 *XBuf);
|