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 >
C/C++ Source or Header  |  1993-10-07  |  308b  |  22 lines

  1. /*
  2.  * data.c V1.1
  3.  *
  4.  * global data
  5.  *
  6.  * (c) 1992-1993 Holger Brunst
  7.  */
  8.  
  9. #include <CClock.h>
  10.  
  11. /* Global data */
  12. struct MsgPort  *IDCMPPort;
  13. struct Screen   *Screen;
  14. APTR            *ScreenVI;
  15. UpdateWinFunc   *UpdateWindow = NULL;
  16.  
  17. struct TextAttr GrntAttr = {
  18.     (STRPTR) "garnet.font",
  19.     9,
  20.     FS_NORMAL,
  21.     FS_NORMAL };
  22.