X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgmath.h;h=7c05bdc0991fcf149cc65912a1cf288891b6d8a3;hb=19e9cbd5ac2394b302a9e79b15cad8faf071b6e1;hp=6e1cde3381c7f1e33bed2e18dd1f4ce657320ab9;hpb=bdeb1048917667c00f540c17f397443e8f6f76bf;p=gph-math diff --git a/src/gmath.h b/src/gmath.h index 6e1cde3..7c05bdc 100644 --- a/src/gmath.h +++ b/src/gmath.h @@ -1,7 +1,21 @@ +/* +gph-math - math library for graphics programs +Copyright (C) 2016 John Tsiombikas + +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_