libanim

diff src/anim.c @ 1:69654793abc3

removed vmath.h from anim.h
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 23 Sep 2012 08:23:15 +0300
parents fad4701f484e
children f561282b13e8
line diff
     1.1 --- a/src/anim.c	Sun Jan 08 05:13:13 2012 +0200
     1.2 +++ b/src/anim.c	Sun Sep 23 08:23:15 2012 +0300
     1.3 @@ -1,3 +1,4 @@
     1.4 +#include <stdlib.h>
     1.5  #include <limits.h>
     1.6  #include <assert.h>
     1.7  #include "anim.h"