home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Games / NeXTGo-3.0-MIS / ClickCell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-04  |  416 b   |  27 lines

  1. #include "comment.header"
  2.  
  3. /* $Id: ClickCell.h,v 1.4 1997/11/04 16:49:53 ergo Exp $ */
  4.  
  5. /*
  6.  * $Log: ClickCell.h,v $
  7.  * Revision 1.4  1997/11/04 16:49:53  ergo
  8.  * ported to OpenStep
  9.  *
  10.  * Revision 1.3  1997/07/06 19:38:20  ergo
  11.  * actual version
  12.  *
  13.  * Revision 1.2  1997/05/04 18:57:17  ergo
  14.  * added time control for moves
  15.  *
  16.  */
  17.  
  18. #import <AppKit/NSTextFieldCell.h>
  19.  
  20. @interface ClickCell:NSTextFieldCell
  21. {
  22.  
  23. }
  24.  
  25.  
  26. @end
  27.