physics.box2d.thin: Update swig binding.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
-- This file is generated by SWIG. Please do *not* modify by hand.
|
||||
-- This file is generated by SWIG. Please do not modify by hand.
|
||||
--
|
||||
with box2d_c.Pointers;
|
||||
with box2d_c.b2d_Contact;
|
||||
with box2d_c.b2d_point_Collision;
|
||||
with box2d_c.b2d_ray_Collision;
|
||||
with box2d_c.joint_Cursor;
|
||||
with c_math_c;
|
||||
@@ -12,6 +13,9 @@ with c_math_c.Vector_2;
|
||||
with c_math_c.Vector_3;
|
||||
with interfaces.c;
|
||||
with swig;
|
||||
with Interfaces.C;
|
||||
|
||||
use Interfaces.C;
|
||||
|
||||
|
||||
|
||||
@@ -251,6 +255,9 @@ By : in interfaces.c.c_float);
|
||||
From : in c_math_c.Vector_3.Pointer;
|
||||
To : in c_math_c.Vector_3.Pointer) return box2d_c.b2d_ray_Collision.Item;
|
||||
|
||||
function b2d_Space_cast_Point (Self : in box2d_c.Pointers.Space_Pointer;
|
||||
Point : in c_math_c.Vector_3.Pointer) return box2d_c.b2d_point_Collision.Item;
|
||||
|
||||
function b2d_space_contact_Count (Self : in box2d_c.Pointers.Space_Pointer) return interfaces.c.int;
|
||||
|
||||
function b2d_space_Contact (Self : in box2d_c.Pointers.Space_Pointer;
|
||||
@@ -344,6 +351,7 @@ private
|
||||
pragma Import (C, b2d_Space_Gravity_is, "Ada_b2d_Space_Gravity_is");
|
||||
pragma Import (C, b2d_Space_evolve, "Ada_b2d_Space_evolve");
|
||||
pragma Import (C, b2d_Space_cast_Ray, "Ada_b2d_Space_cast_Ray");
|
||||
pragma Import (C, b2d_Space_cast_Point, "Ada_b2d_Space_cast_Point");
|
||||
pragma Import (C, b2d_space_contact_Count, "Ada_b2d_space_contact_Count");
|
||||
pragma Import (C, b2d_space_Contact, "Ada_b2d_space_Contact");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user