]> git.localhorst.tv Git - l2e.git/blobdiff - src/math/fwd.h
renamed namespace geometry -> math
[l2e.git] / src / math / fwd.h
diff --git a/src/math/fwd.h b/src/math/fwd.h
new file mode 100644 (file)
index 0000000..9e143fd
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef MATH_FWD_H_
+#define MATH_FWD_H_
+
+namespace math {
+
+template<class Scalar>
+class Vector;
+
+}
+
+#endif /* MATH_FWD_H_ */