1 %module PhysicsAPI 2 3 %feature("director") InternalTickCallback; 4 5 %{ 6 #include <Bullet-C-Api.h> 7 %} 8 %include "Bullet-C-Api.h" 9