Skip to content

Commit

Permalink
adding FFI stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
slembcke committed Nov 15, 2012
1 parent de42b3e commit ef6dfd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/chipmunk/chipmunk_ffi.h
Expand Up @@ -27,9 +27,12 @@ MAKE_REF(cpvcross);
MAKE_REF(cpvperp);
MAKE_REF(cpvrperp);
MAKE_REF(cpvproject);
MAKE_REF(cpvforangle);
MAKE_REF(cpvtoangle);
MAKE_REF(cpvrotate);
MAKE_REF(cpvunrotate);
MAKE_REF(cpvlengthsq);
MAKE_REF(cpvlength);
MAKE_REF(cpvlerp);
MAKE_REF(cpvnormalize);
MAKE_REF(cpvnormalize_safe);
Expand Down Expand Up @@ -57,6 +60,7 @@ MAKE_REF(cpBBArea);
MAKE_REF(cpBBMergedArea);
MAKE_REF(cpBBSegmentQuery);
MAKE_REF(cpBBIntersectsSegment);
MAKE_REF(cpBBClampVect);

MAKE_REF(cpBodyGetMass);
MAKE_REF(cpBodyGetMoment);
Expand Down

0 comments on commit ef6dfd6

Please sign in to comment.