move struct snes_palette to base

This commit is contained in:
scawful
2024-08-06 23:46:45 -04:00
parent 1d2911d0e6
commit 3631a962bc
3 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,6 @@ using ::testing::ElementsAreArray;
using yaze::app::gfx::ConvertRGBtoSNES;
using yaze::app::gfx::ConvertSNEStoRGB;
using yaze::app::gfx::Extract;
using yaze::app::gfx::snes_palette;
using yaze::app::gfx::SnesPalette;
namespace {