home *** CD-ROM | disk | FTP | other *** search
- #include "LetterFind.h"
-
- extern GWorldPtr gWorkGWorldPtr;
-
- extern long gGraphicLevel;
- //#define GRAPHIC_OUTPUT 1 // wheither to output graphical results when running hard
-
- void UpdateWindow(WindowPtr inWindow);
- void DoWorkOnImageDataDiagnosis (GWorldPtr inGWorld,WindowPtr inWindow);
- void HogProcessor(WindowPtr inWindow);
- void ProcessMovie(WindowPtr inWindow);
- void DrawFontsIntoWorkGWorld(void);
- void CopyGWorldToWork (GWorldPtr inGWorld);
- void CopySearchedGWorldToWork (GWorldPtr inGWorld, LetterData *letter);
- void DrawChosenLetter(GWorldPtr inGWorld, LetterData *letter);
- void DrawChosenLetterFromGFonts(GWorldPtr inGWorld, LetterData *letter);
- void EraseGWorld(GWorldPtr inGWorld);
- void CopyGWorldToWindow (GWorldPtr inGWorld, WindowPtr inWindow);
- void CommonRect(Rect *toRect, Rect *fromRect);
- void DrawChosenString(WindowPtr inWindow, WordData *inWord);
-