[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -14,10 +14,8 @@
|
||||
#include "media.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Error init(Context *ctx);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user