X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmath%2Ffwd.h;fp=src%2Fmath%2Ffwd.h;h=9e143fd3c7b8417266bc961d10ae283dc0603e6f;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=0000000000000000000000000000000000000000;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/math/fwd.h b/src/math/fwd.h new file mode 100644 index 0000000..9e143fd --- /dev/null +++ b/src/math/fwd.h @@ -0,0 +1,11 @@ +#ifndef MATH_FWD_H_ +#define MATH_FWD_H_ + +namespace math { + +template +class Vector; + +} + +#endif /* MATH_FWD_H_ */