Add initial prototype.

This commit is contained in:
Rod Kay
2022-07-31 17:34:54 +10:00
commit 54a53b2ac0
1421 changed files with 358874 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with box2d_c.Pointers;
package box2d_c.pointer_Pointers
is
-- Shape_Pointer_Pointer
--
type Shape_Pointer_Pointer is access all box2d_c.Pointers.Shape_Pointer;
-- Object_Pointer_Pointer
--
type Object_Pointer_Pointer is access all box2d_c.Pointers.Object_Pointer;
-- Joint_Pointer_Pointer
--
type Joint_Pointer_Pointer is access all box2d_c.Pointers.Joint_Pointer;
-- Space_Pointer_Pointer
--
type Space_Pointer_Pointer is access all box2d_c.Pointers.Space_Pointer;
-- b2Joint_Pointer_Pointer
--
type b2Joint_Pointer_Pointer is access all box2d_c.Pointers.b2Joint_Pointer;
end box2d_c.pointer_Pointers;