home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
Tutorial
/
Cookbook
/
29.Dice
/
Dice.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-19
|
221 b
|
19 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
#include <libc.h>
@interface Dice:Object
{
id value;
int dieValue;
int maxValue;
}
- setValue:anObject;
- maxValue:sender;
- roll:sender;
@end