[nostalgia] Update nested namespaces for C++17
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
*/
|
||||
#include "bounds.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace common {
|
||||
namespace nostalgia::common {
|
||||
|
||||
Bounds::Bounds(int x, int y, int w, int h) {
|
||||
this->x = x;
|
||||
@@ -42,4 +41,3 @@ Point Bounds::pt2() {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user