home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Minimalist Clock 1.0.3
/
src
/
the_globals.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-06
|
400 b
|
14 lines
|
[
TEXT/CWIE
]
/* ----------------------------------------------------------------------
globals
---------------------------------------------------------------------- */
extern Boolean gDone,
gWNEImplemented,
gInBackground,
gDrawDate;
extern long gTicksOld, gTicksNew;
extern EventRecord gTheEvent;
extern MenuHandle gAppleMenu,
gFileMenu,
gEditMenu;
extern WindowPtr gClock;