add get_color_from_paletteset

This commit is contained in:
scawful
2024-08-07 01:29:16 -04:00
parent 8c13ef3e23
commit 1d4b86d61c
2 changed files with 28 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ struct Rom {
Rom load_rom(const char* filename);
void unload_rom(Rom rom);
snes_color get_color_from_paletteset(const Rom* rom, int palette_set,
int palette, int color);
#ifdef __cplusplus
}
#endif