Package spec Players


with Creatures;
use  Creatures;

package Players is
 type Player  is new Creature with private;
 type Player_Access     is access Player'Class;
private
 type Player  is new Creature with null record;
end Players;


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

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

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