erebus

diff liberebus/src/erebus_impl.h @ 46:c4d48a21bc4a

in the middle of the vmath->gph-math port
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 24 Feb 2016 00:26:50 +0200
parents bab25c0ce337
children
line diff
     1.1 --- a/liberebus/src/erebus_impl.h	Tue Dec 29 12:19:53 2015 +0200
     1.2 +++ b/liberebus/src/erebus_impl.h	Wed Feb 24 00:26:50 2016 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  	enum Type { INT, FLOAT, VEC } type;
     1.5  	int ival;
     1.6  	float fval;
     1.7 -	Vector4 vval;
     1.8 +	Vec4 vval;
     1.9  };
    1.10  
    1.11  struct Block {