sources/geometry.h

branch
protocol5
changeset 106
7b156b764d11
parent 88
08ccaf26cffd
child 109
e4966d7e615d
--- a/sources/geometry.h	Sat Jan 09 02:35:00 2016 +0200
+++ b/sources/geometry.h	Sat Jan 09 17:41:21 2016 +0200
@@ -29,6 +29,8 @@
 */
 
 #pragma once
+#include "basics.h"
+BEGIN_ZFC_NAMESPACE
 
 struct Position
 {
@@ -113,3 +115,5 @@
 		Position(),
 		Size() {}
 };
+
+END_ZFC_NAMESPACE

mercurial