lace_box2d_0.1.0_fecf3d54/source/thin/box2d_c.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with swig;
with interfaces.C;



package box2d_c is

   -- Shape
   --
   subtype Shape is swig.opaque_structure;

   type Shape_array is array (interfaces.C.Size_t range <>) of aliased box2d_c.Shape;

   -- Object
   --
   subtype Object is swig.opaque_structure;

   type Object_array is array (interfaces.C.Size_t range <>) of aliased box2d_c.Object;

   -- Joint
   --
   subtype Joint is swig.opaque_structure;

   type Joint_array is array (interfaces.C.Size_t range <>) of aliased box2d_c.Joint;

   -- Space
   --
   subtype Space is swig.opaque_structure;

   type Space_array is array (interfaces.C.Size_t range <>) of aliased box2d_c.Space;

   -- b2Joint
   --
   subtype b2Joint is swig.opaque_structure;

   type b2Joint_array is array (interfaces.C.Size_t range <>) of aliased box2d_c.b2Joint;










end box2d_c;