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

@@ -24,7 +24,7 @@
#include "platform.h"
#include "version.h"
#include "gfx/convert.hpp"
#include "gfx/process.hpp"
using namespace std::literals::string_view_literals;