Files
rgbds/include/gfx/process.hpp
2025-01-27 20:12:12 -05:00

10 lines
167 B
C++

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