home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff241.lzh
/
Tiles
/
TilesScreen.def
< prev
next >
Wrap
Text File
|
1989-08-27
|
471b
|
26 lines
DEFINITION MODULE TilesScreen;
(*
This module initializes the window and screen for
the trails program.
Created: 5/24/86 by Richie Bielak
Modified:
Copyright (c) 1986 by Richard Bielak
This program maybe freely copied. But please
leave my name in. Thanks.....Richie
Turned into TilesScreen by Todd Lewis in 1988. Thanks alot, Richie!
*)
FROM Intuition IMPORT WindowPtr, ScreenPtr;
VAR wp : WindowPtr;
sp : ScreenPtr;
PROCEDURE SetUpScreen;
END TilesScreen.