home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / System Pulse ƒ / Source Code / Source / MenuBarEffects.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  331 b   |  30 lines

  1. #ifdef __cplusplus
  2. extern "C" 
  3. #endif
  4. void StartMenuBarEffect();
  5.  
  6.  
  7. #ifdef __cplusplus
  8. extern "C" 
  9. #endif
  10. void EndMenuBarEffect();
  11.  
  12.  
  13. #ifdef __cplusplus
  14. extern "C" 
  15. #endif
  16. void InstalljGNE();
  17.  
  18. #ifdef __cplusplus
  19. extern "C" 
  20. #endif
  21. void RemovejGNE();
  22.  
  23. #ifdef __cplusplus
  24. extern "C" 
  25. #endif
  26. int jGNECount();
  27.  
  28. void doRefreshMenuBar();
  29.  
  30.