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