deepstone

diff src/vmath.h @ 26:61d97b17cd2b

shortened the name fixed_point.c/h to fixedp
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Sep 2013 02:25:41 +0300
parents 5ff8ce78059a
children 11d14f688485
line diff
     1.1 --- a/src/vmath.h	Sun Sep 22 02:21:30 2013 +0300
     1.2 +++ b/src/vmath.h	Sun Sep 22 02:25:41 2013 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  #define VMATH_H_
     1.5  
     1.6  #include <math.h>
     1.7 -#include "fixed_point.h"
     1.8 +#include "fixedp.h"
     1.9  
    1.10  #ifndef M_PI
    1.11  #define M_PI	3.1415926536