lace_bullet_0.1.0_2c009b79/source/thin/bullet_c-pointers.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
50
51
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with Interfaces.C;

package bullet_c.Pointers is

   -- Shape_Pointer
   --
   type Shape_Pointer is access all bullet_c.Shape;

   -- Shape_Pointers
   --
   type Shape_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased bullet_c.Pointers.Shape_Pointer;

   -- Object_Pointer
   --
   type Object_Pointer is access all bullet_c.Object;

   -- Object_Pointers
   --
   type Object_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased bullet_c.Pointers.Object_Pointer;

   -- Joint_Pointer
   --
   type Joint_Pointer is access all bullet_c.Joint;

   -- Joint_Pointers
   --
   type Joint_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased bullet_c.Pointers.Joint_Pointer;

   -- Space_Pointer
   --
   type Space_Pointer is access all bullet_c.Space;

   -- Space_Pointers
   --
   type Space_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased bullet_c.Pointers.Space_Pointer;

end bullet_c.Pointers;