#ifndef YAZE_GUI_COLOR_H #define YAZE_GUI_COLOR_H #include #include #include #include "app/gfx/bitmap.h" #include "app/gfx/snes_palette.h" namespace yaze { namespace gui { void DisplayPalette(app::gfx::SNESPalette& palette, bool loaded); } // namespace gui } // namespace yaze #endif