home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / DesktopDoubler / NubApp / Main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-22  |  244 b   |  21 lines  |  [TEXT/CWIE]

  1. #ifndef _MAIN_
  2. #define _MAIN_
  3.  
  4. #include <MacTypes.h>
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10.  
  11. void main(void);
  12. void SubEventLoop(short eventMask,UInt32 sleepTime);
  13. void InitiateAppQuit(void);
  14.  
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20. #endif /* _MAIN_ */
  21.