Vector4 inline definitions, and rearrangement into multiple inl files
[gph-math] / src / gmath.h
index 6e1cde3..14d5eb0 100644 (file)
@@ -3,5 +3,10 @@
 
 #include "vector.h"
 #include "matrix.h"
+#include "ray.h"
+
+#ifndef GPH_NAMESPACE
+using namespace gph;
+#endif
 
 #endif // GMATH_H_