]> git.localhorst.tv Git - l2e.git/blobdiff - src/geometry/Point.cpp
added Point class
[l2e.git] / src / geometry / Point.cpp
diff --git a/src/geometry/Point.cpp b/src/geometry/Point.cpp
new file mode 100644 (file)
index 0000000..a3bb3a2
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * Point.cpp
+ *
+ *  Created on: Aug 5, 2012
+ *      Author: holy
+ */
+
+#include "Point.h"
+
+namespace geometry {
+
+} /* namespace geometry */