[nostalgia/core/userland] Fix namespace of forward declared Palette

This commit is contained in:
Gary Talent 2022-12-18 21:13:04 -06:00
parent b818c1e3d6
commit e2d5090f44

View File

@ -8,8 +8,8 @@
#include <nostalgia/core/context.hpp> #include <nostalgia/core/context.hpp>
namespace { namespace nostalgia::core {
class Palette; struct Palette;
} }
namespace nostalgia::core::renderer { namespace nostalgia::core::renderer {