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

@@ -70,10 +70,10 @@ set(rgbfix_src
)
set(rgbgfx_src
"gfx/convert.cpp"
"gfx/main.cpp"
"gfx/pal_packing.cpp"
"gfx/pal_sorting.cpp"
"gfx/process.cpp"
"gfx/proto_palette.cpp"
"gfx/rgba.cpp"
"extern/getopt.c"