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