[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
|
||||
#include "../media.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
uint8_t *loadRom(const char*) {
|
||||
// put the header in the wrong order to prevent mistaking this code for the
|
||||
@@ -34,4 +33,3 @@ uint8_t *loadRom(const char*) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user