Local Files: Difference between revisions

Line 2: Line 2:


==ISLE.EXE==
==ISLE.EXE==
The main executable. Creates the window handle, initializes most of the DirectX libraries, and also runs the main game loop. A fairly simple application, it largely passes off to the functions in LEGO1.DLL for the bulk of the game code.
{{Main article|ISLE.EXE}}
The main executable. Creates the window handle, handles window events, and runs the main game loop. A fairly simple application, it largely passes off to the functions in LEGO1.DLL for the bulk of the game code.


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