fixed copying of library links in install target
[gph-math] / src / gmath.h
index 6e1cde3..7c05bdc 100644 (file)
@@ -1,7 +1,21 @@
+/*
+gph-math - math library for graphics programs
+Copyright (C) 2016 John Tsiombikas <nuclear@member.fsf.org>
+
+This program is free software. Feel free to use, modify, and/or redistribute
+it under the terms of the MIT/X11 license. See LICENSE for details.
+If you intend to redistribute parts of the code without the LICENSE file
+replace this paragraph with the full contents of the LICENSE file.
+*/
 #ifndef GMATH_H_
 #define GMATH_H_
 
 #include "vector.h"
 #include "matrix.h"
+#include "ray.h"
+
+#ifndef GPH_NAMESPACE
+using namespace gph;
+#endif
 
 #endif // GMATH_H_