Implement some external palette specs

PSP, ACT, and ACO are complete
This commit is contained in:
ISSOtm
2022-04-09 15:58:25 +02:00
committed by Eldred Habert
parent 1da884db15
commit 91071009a8
3 changed files with 335 additions and 29 deletions

View File

@@ -9,8 +9,7 @@
#ifndef RGBDS_GFX_PAL_SPEC_HPP
#define RGBDS_GFX_PAL_SPEC_HPP
#include <string_view>
void parseInlinePalSpec(char const * const arg);
void parseExternalPalSpec(char const *arg);
#endif /* RGBDS_GFX_PAL_SPEC_HPP */