Implement inline palette spec parsing

This commit is contained in:
ISSOtm
2022-04-09 13:47:38 +02:00
committed by Eldred Habert
parent cc27169ecd
commit 6b0cab32a6
5 changed files with 179 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ rgbgfx_obj := \
src/gfx/main.o \
src/gfx/pal_packing.o \
src/gfx/pal_sorting.o \
src/gfx/pal_spec.o \
src/gfx/process.o \
src/gfx/proto_palette.o \
src/gfx/reverse.o \