great work on Chipmunk

you can contact me at jrmair@gmail.com
thanks,
banister
It certainly doesbanister wrote:.which hates c99 btw :/
Code: Select all
#include <stdlib.h>
#include "src/chipmunk.h"
static void *functions[] = {
cpvadd,
cpvsub,
};
Compile that as a dynamic library and you should be good to go I think.gcc -O0 -ffast-math -std=c99 test.c -c && nm test.o
Users browsing this forum: No registered users and 14 guests