/* SPDX-License-Identifier: MIT */ #ifndef RGBDS_GFX_CONVERT_HPP #define RGBDS_GFX_CONVERT_HPP void processPalettes(); void process(); #endif // RGBDS_GFX_CONVERT_HPP