home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1999
/
MacHack 1999.toast
/
The Hacks
/
DesktopDoubler
/
NubApp
/
Main.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
|
1999-06-22
|
244 b
|
21 lines
|
[
TEXT/CWIE
]
#ifndef _MAIN_
#define _MAIN_
#include <MacTypes.h>
#ifdef __cplusplus
extern "C" {
#endif
void main(void);
void SubEventLoop(short eventMask,UInt32 sleepTime);
void InitiateAppQuit(void);
#ifdef __cplusplus
}
#endif
#endif /* _MAIN_ */