[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>
|
||||
|
||||
namespace {
|
||||
class Palette;
|
||||
namespace nostalgia::core {
|
||||
struct Palette;
|
||||
}
|
||||
|
||||
namespace nostalgia::core::renderer {
|
||||
|
Loading…
Reference in New Issue
Block a user