[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() {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
|
||||
#include "point.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace common {
|
||||
namespace nostalgia::common {
|
||||
|
||||
class Bounds {
|
||||
public:
|
||||
@@ -48,4 +47,3 @@ ox::Error model(T *io, Bounds *obj) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
*/
|
||||
#include "point.hpp"
|
||||
|
||||
namespace nostalgia {
|
||||
namespace common {
|
||||
namespace nostalgia::common {
|
||||
|
||||
Point::Point() {
|
||||
}
|
||||
@@ -122,4 +121,3 @@ Point Point::operator/=(int i) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
|
||||
#include <ox/std/error.hpp>
|
||||
|
||||
namespace nostalgia {
|
||||
namespace common {
|
||||
namespace nostalgia::common {
|
||||
|
||||
class Point {
|
||||
public:
|
||||
@@ -68,4 +67,3 @@ ox::Error model(T *io, Point *obj) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user