Rename convert to process

More consistent with its "main" function's name
This commit is contained in:
ISSOtm
2022-03-22 18:42:33 +01:00
committed by Eldred Habert
parent 79adcdb7ea
commit 188027bccc
6 changed files with 7 additions and 6 deletions

View File

@@ -105,10 +105,10 @@ rgbfix_obj := \
src/error.o
rgbgfx_obj := \
src/gfx/convert.o \
src/gfx/main.o \
src/gfx/pal_packing.o \
src/gfx/pal_sorting.o \
src/gfx/process.o \
src/gfx/proto_palette.o \
src/gfx/rgba.o \
src/extern/getopt.o \