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

@@ -7,8 +7,8 @@
#include "helpers.h"
#include "gfx/convert.hpp"
#include "gfx/main.hpp"
#include "gfx/process.hpp"
namespace sorting {