home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / Debugger Strip ƒ / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  478 b   |  14 lines  |  [TEXT/MMCC]

  1. #pragma once
  2. typedef struct
  3. {
  4.     Handle            iconSuite;
  5. } MyGlobals, *MyGlobalPtr, **MyGlobalHandle;
  6.  
  7.  
  8. void DoCDTrack(MyGlobalHandle myGlobals, Rect *statusRect, GrafPtr statusPort);
  9. void DoCSDraw(MyGlobalHandle myGlobals, Rect *statusRect, GrafPtr statusPort);
  10. unsigned long DoCSTickle(MyGlobalHandle myGlobals, Rect *statusRect, GrafPtr statusPort);
  11. void DoCSClose(MyGlobalHandle myGlobals);
  12. long DoCSInit(void);
  13. void DoCDClick(MyGlobalHandle myGlobals);
  14. Boolean HasDebugger(void);