[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
#include "context.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Error initGfx(Context *ctx);
|
||||
|
||||
@@ -27,4 +26,3 @@ void puts(Context *ctx, int loc, const char *str);
|
||||
void setTile(Context *ctx, int layer, int column, int row, uint8_t tile);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user