home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1996 #3
/
AmigaPlus_CD-ROM-EXTRA_Nr.3.bin
/
aminet-spiele
/
denk&grübel
/
crazyclock
/
source
/
data.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-07
|
308b
|
22 lines
/*
* data.c V1.1
*
* global data
*
* (c) 1992-1993 Holger Brunst
*/
#include <CClock.h>
/* Global data */
struct MsgPort *IDCMPPort;
struct Screen *Screen;
APTR *ScreenVI;
UpdateWinFunc *UpdateWindow = NULL;
struct TextAttr GrntAttr = {
(STRPTR) "garnet.font",
9,
FS_NORMAL,
FS_NORMAL };