home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
PCTV1N3.ZIP
/
CONS1.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1990-05-14
|
284 b
|
17 lines
{ Listing 4 - Constructors 1 }
PROCEDURE Location.Init;
BEGIN
ListNode.Init;
END;
CONSTRUCTOR Tile.Init;
BEGIN
{This null constructor sets up the VMT for Tiles}
END;
CONSTRUCTOR HalfTile.Init;
BEGIN
{This null constructor sets up the VMT for HalfTiles}
END;