X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-math;a=blobdiff_plain;f=src%2Fgmath.h;h=14d5eb084a12cb5287da5b6beebd6a97fc19da96;hp=6e1cde3381c7f1e33bed2e18dd1f4ce657320ab9;hb=016badf08fbd4db92e6ee6e2ad74e7e61c5505e3;hpb=bdeb1048917667c00f540c17f397443e8f6f76bf diff --git a/src/gmath.h b/src/gmath.h index 6e1cde3..14d5eb0 100644 --- a/src/gmath.h +++ b/src/gmath.h @@ -3,5 +3,10 @@ #include "vector.h" #include "matrix.h" +#include "ray.h" + +#ifndef GPH_NAMESPACE +using namespace gph; +#endif #endif // GMATH_H_