Rename convert to process

More consistent with its "main" function's name
This commit is contained in:
ISSOtm
2022-07-02 17:04:17 +02:00
committed by Eldred Habert
parent 79adcdb7ea
commit 188027bccc
6 changed files with 7 additions and 6 deletions
+1 -1
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;