sources/geometry.h

changeset 88
08ccaf26cffd
parent 73
07dda51a7a8e
child 109
e4966d7e615d
--- a/sources/geometry.h	Thu Jul 23 00:16:47 2015 +0300
+++ b/sources/geometry.h	Thu Jul 23 01:52:04 2015 +0300
@@ -29,6 +29,8 @@
 */
 
 #pragma once
+#include "basics.h"
+BEGIN_ZFC_NAMESPACE
 
 struct Position
 {
@@ -113,3 +115,5 @@
 		Position(),
 		Size() {}
 };
+
+END_ZFC_NAMESPACE

mercurial