libpsys

diff src/psys.h @ 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 9c24273f211b
line diff
     1.1 --- a/src/psys.h	Tue Sep 27 07:42:54 2011 +0300
     1.2 +++ b/src/psys.h	Tue Sep 27 07:52:01 2011 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef LIBPSYS_H_
     1.5  #define LIBPSYS_H_
     1.6  
     1.7 -#include <vmath.h>
     1.8 +#include <vmath/vmath.h>
     1.9  #include <anim/anim.h>
    1.10  #include "rndval.h"
    1.11  #include "pattr.h"