Home | History | Annotate | Download | only in common
      1 /*
      2  * An includable interface file that (re)enables some type mappings that most
      3  * Bullet types want, but might be disabled for some because it's more trouble
      4  * than it's worth to map them right.
      5  */
      6 
      7 /* Use Java float[] where Bullet wants btScalar *. */
      8 %apply float[] { btScalar * };
      9 %apply float[] { const btScalar * };
     10