libpsys

diff src/psys.c @ 7:3c0a306c5f01

revamped the makefile a bit and changed all <vmath.h> to <vmath/vmath.h> to avoid relying on pkg-config
author John Tsiombikas <nuclear@mutantstargoat.com>
date Tue, 27 Sep 2011 07:52:01 +0300
parents 613d2bf3ea1f
children a10f19674147
line diff
     1.1 --- a/src/psys.c	Tue Sep 27 07:42:54 2011 +0300
     1.2 +++ b/src/psys.c	Tue Sep 27 07:52:01 2011 +0300
     1.3 @@ -2,7 +2,6 @@
     1.4  #include <math.h>
     1.5  #include <assert.h>
     1.6  #include <pthread.h>
     1.7 -#include <vmath.h>
     1.8  #include "psys.h"
     1.9  #include "psys_gl.h"
    1.10