From f58dea71037dca847e373f6efbf75b6056f212ac Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 25 Jan 2019 02:54:54 +0100 Subject: It compiles! Probably super broken, but compiles! --- engine/include/bound.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engine/include/bound.hpp') 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 pixel; class FlatBound : virtual public flat::core::object @@ -35,4 +37,6 @@ public: } }; +} + #endif -- cgit v1.2.1