Local Files: Difference between revisions

no edit summary
(Created page with "To accommodate limited hard disk space of the era, Lego Island by default installs only a few files locally and streams the rest off the CD. The locally installed files are as...")
 
No edit summary
Line 2: Line 2:


===ISLE.EXE===
===ISLE.EXE===
The main executable. Creates the window handle and does some basic initiation and runtime work. Also contains the configuration window that can be accessed through CONFIG.EXE.
The main executable. Creates the window handle and does some basic initiation and runtime work, but otherwise largely passes off to LEGO1.DLL for the bulk of the game code. Also contains the configuration window that can be accessed through CONFIG.EXE.


===LEGO1.DLL===
===LEGO1.DLL===