Package spec Monsters


with Creatures;
use  Creatures;

package Monsters is
 type Monster is new Creature with private;
 type Monster_Access    is access Monster'Class;
private
 type Monster is new Creature with null record;
end Monsters;


The following compilation units are referred to ("with"'ed) by Package spec Monsters:

You may return to the Program Small Home Page

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