home *** CD-ROM | disk | FTP | other *** search
- { 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;