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

14
include/gfx/process.hpp Normal file
View File

@@ -0,0 +1,14 @@
/*
* This file is part of RGBDS.
*
* Copyright (c) 2022, Eldred Habert and RGBDS contributors.
*
* SPDX-License-Identifier: MIT
*/
#ifndef RGBDS_GFX_CONVERT_HPP
#define RGBDS_GFX_CONVERT_HPP
void process();
#endif /* RGBDS_GFX_CONVERT_HPP */