#ifndef PALETTE_H
#define PALETTE_H
void palette_init(void);
void palette_reset(void);
int palette_colorToIdx(int r, int g, int b);
#endif