[nostalgia/core] Replace old namespace nesting with C++17 nesting
This commit is contained in:
@@ -6,10 +6,8 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
namespace nostalgia {
|
||||
namespace core {
|
||||
namespace nostalgia::core {
|
||||
|
||||
void initHeap();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user