home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / source / texturev.h < prev    next >
Encoding:
Text File  |  1996-08-08  |  109 b   |  13 lines

  1.  
  2.  
  3. @interface TextureView:View
  4. {
  5.     id    parent_i;
  6.     int    deselectIndex;
  7. }
  8.  
  9. - setParent:(id)from;
  10. - deselect;
  11.  
  12. @end
  13.