home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
2D_3D
/
Tester3D
/
Source
/
TesterApp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1990-07-07
|
197 b
|
16 lines
/* TesterApp.h */
#import <appkit/Application.h>
@interface TesterApp:Application
{
id theContext;
}
- setTheContext:anObject;
- rotateCubes:sender;
- closer:sender;
- farther:sender;
@end