[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -10,10 +10,8 @@
|
||||
|
||||
#include <ox/std/types.hpp>
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
uint8_t *loadRom(const char *path = "");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user