X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-cmath;a=blobdiff_plain;f=src%2Fcgmath.h;h=33b07178dd3a2ef36321d698c859528edd32ce5f;hp=675dabaad75d175e33058fac7eebc170adb5f19e;hb=HEAD;hpb=196060ca2d5a16d66d59b6912ea201bfb345f3fa diff --git a/src/cgmath.h b/src/cgmath.h index 675daba..33b0717 100644 --- a/src/cgmath.h +++ b/src/cgmath.h @@ -1,4 +1,4 @@ -/* C version of the graphene math library +/* gph-cmath - C graphics math library * Copyright (C) 2018 John Tsiombikas * * This program is free software. Feel free to use, modify, and/or redistribute @@ -18,7 +18,7 @@ * * NOTE: matrices are treated by all operations as column-major, to match OpenGL * conventions, so everything is pretty much transposed. - */ +*/ #ifndef CGMATH_H_ #define CGMATH_H_