summaryrefslogtreecommitdiffstats
path: root/engine/include/bound.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/bound.hpp')
-rw-r--r--engine/include/bound.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/include/bound.hpp b/engine/include/bound.hpp
index f5a2c0d..9b7b755 100644
--- a/engine/include/bound.hpp
+++ b/engine/include/bound.hpp
@@ -4,6 +4,8 @@
#include "object.hpp"
#include "svector.h"
+namespace flat {
+
typedef SVector<int, 2> pixel;
class FlatBound : virtual public flat::core::object
@@ -35,4 +37,6 @@ public:
}
};
+}
+
#endif