// SPDX-License-Identifier: MIT #ifndef RGBDS_GFX_PAL_PACKING_HPP #define RGBDS_GFX_PAL_PACKING_HPP #include #include #include struct Palette; class ProtoPalette; // Returns which palette each proto-palette maps to, and how many palettes are necessary std::tuple, size_t> overloadAndRemove(std::vector const &protoPalettes); #endif // RGBDS_GFX_PAL_PACKING_HPP