home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
screen
/
starblnk.lha
/
src
/
StarBlanker.def
< prev
next >
Wrap
Text File
|
1990-02-21
|
977b
|
23 lines
DEFINITION MODULE StarBlanker;
(*======================================================================*)
(* Copyright (c) 1989, 1990 Chris Bailey, All Rights Reserved *)
(*======================================================================*)
(* Version: 1.00 Author : Chris Bailey *)
(* Date : 04-Jan-90 *)
(*======================================================================*)
(* Distribution of this code is limited to the terms expressed in the *)
(* documentation of this program. *)
(*======================================================================*)
(* Contents : Blank function for StarBlanker *)
(*======================================================================*)
PROCEDURE DoStarBlank();
(*
* Do the stars screen blank routine, and return when any type of
* activity has occurred
*)
END StarBlanker.