[nostalgia/core/userland] Fix namespace of forward declared Palette
This commit is contained in:
parent
b818c1e3d6
commit
e2d5090f44
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user