• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 %module(directors="1") btMotionState
2 
3 %feature("director") btMotionState;
4 
5 %{
6 #include <LinearMath/btMotionState.h>
7 %}
8 %include "LinearMath/btMotionState.h"
9