home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Tutorial / Cookbook / 29.Dice / Dice.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-18  |  221 b   |  19 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5. #include <libc.h>
  6.  
  7. @interface Dice:Object
  8. {
  9.     id    value;
  10.     int dieValue;
  11.     int maxValue;
  12. }
  13.  
  14. - setValue:anObject;
  15. - maxValue:sender;
  16. - roll:sender;
  17.  
  18. @end
  19.