home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Solo Programadores 22
/
SOLO_22.iso
/
docs
/
lovelace
/
monsters.ads
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-27
|
217 b
|
11 lines
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;