[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
#include "mem.hpp"
|
||||
#include "core.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Error init(Context *ctx) {
|
||||
ox::Error err = 0;
|
||||
@@ -20,4 +19,3 @@ ox::Error init(Context *ctx) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user