home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / ReaderMouse / WorkFunctions.h < prev   
Encoding:
C/C++ Source or Header  |  1999-06-21  |  862 b   |  21 lines  |  [TEXT/CWIE]

  1. #include "LetterFind.h"
  2.  
  3. extern GWorldPtr    gWorkGWorldPtr;
  4.  
  5. extern long    gGraphicLevel;
  6. //#define GRAPHIC_OUTPUT    1    // wheither to output graphical results when running hard
  7.  
  8. void UpdateWindow(WindowPtr inWindow);
  9. void DoWorkOnImageDataDiagnosis (GWorldPtr    inGWorld,WindowPtr inWindow);
  10. void HogProcessor(WindowPtr inWindow);
  11. void ProcessMovie(WindowPtr inWindow);
  12. void DrawFontsIntoWorkGWorld(void);
  13. void CopyGWorldToWork (GWorldPtr inGWorld);
  14. void CopySearchedGWorldToWork (GWorldPtr inGWorld, LetterData *letter);
  15. void DrawChosenLetter(GWorldPtr inGWorld, LetterData *letter);
  16. void DrawChosenLetterFromGFonts(GWorldPtr inGWorld, LetterData *letter);
  17. void EraseGWorld(GWorldPtr inGWorld);
  18. void CopyGWorldToWindow (GWorldPtr inGWorld, WindowPtr inWindow);
  19. void CommonRect(Rect *toRect, Rect *fromRect);
  20. void DrawChosenString(WindowPtr inWindow, WordData *inWord);
  21.