erebus

diff liberebus/src/color.h @ 45:bab25c0ce337

started gmath conversion
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 29 Dec 2015 12:19:53 +0200
parents 9621beb22694
children c4d48a21bc4a
line diff
     1.1 --- a/liberebus/src/color.h	Fri Sep 18 06:47:41 2015 +0300
     1.2 +++ b/liberebus/src/color.h	Tue Dec 29 12:19:53 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef COLOR_H_
     1.5  #define COLOR_H_
     1.6  
     1.7 -#include "vmath/vector.h"
     1.8 +#include <gmath/gmath.h>
     1.9  
    1.10  typedef Vector4 Color;
    1.11