Add chipmunk source code

And upgrade it to 7.0.2
This commit is contained in:
Jérôme Leclercq
2018-01-11 14:09:14 +01:00
parent 498d318a27
commit 26049ebc0e
36 changed files with 10733 additions and 3 deletions

View File

@@ -125,10 +125,10 @@ typedef struct cpSpace cpSpace;
#include "cpSpace.h"
// Chipmunk 7.0.1
// Chipmunk 7.0.2
#define CP_VERSION_MAJOR 7
#define CP_VERSION_MINOR 0
#define CP_VERSION_RELEASE 1
#define CP_VERSION_RELEASE 2
/// Version string.
CP_EXPORT extern const char *cpVersionString;