home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / puzzle / Puzzle.h < prev    next >
Encoding:
Text File  |  1992-07-30  |  201 b   |  18 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface Puzzle:Object
  7. {
  8.     id    matrix;
  9.     id    blank;
  10.     id window;
  11.     int blankPieceRow;
  12.     int blankPieceCol;
  13. }
  14.  
  15. - movePiece:sender;
  16.  
  17. @end
  18.