[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
|
||||
#include "../gfx.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Error initGfx(Context *ctx) {
|
||||
return 1;
|
||||
@@ -30,4 +29,3 @@ void setTile(Context *ctx, int layer, int column, int row, uint8_t tile) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user