Package spec Creatures


 
with Occupants;
use  Occupants;

package Creatures is
 type Creature is abstract new Occupant with private;
 type Creature_Access   is access Creature'Class;
private
 type Creature is abstract new Occupant with null record;
end Creatures;


The following compilation units refer to ("with") Package spec Creatures:

The following compilation units are referred to ("with"'ed) by Package spec Creatures: You may return to the Program Small Home Page

This hypertext format was generated by David A. Wheeler's ada2html