home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / a2 / Source / WozView.h < prev    next >
Encoding:
Text File  |  1992-03-13  |  427 b   |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface WozView:View
  7. {
  8.   unsigned char fbuf[192][72];  /* Pointer to the frame buffer for screen. */
  9. }
  10.  
  11. - appDidInit:(id) sender;
  12.  
  13. - initFrame:(const NXRect *) frameRect;
  14. - drawSelf:(const NXRect *) rects: (int) rectCount;
  15.  
  16. - drawChangedAreas:(const unsigned char *) a2_screen
  17.                    shadow:(unsigned char *) shadow;
  18. - (unsigned char *) data;
  19. @end
  20.