home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d241
/
tiles.lha
/
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.