home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
SoundAndMusic
/
Hyperupic
/
Hyperupic.app
/
HyperupicApp.h
< prev
next >
Wrap
Text File
|
1992-08-10
|
385b
|
18 lines
#import <appkit/Application.h>
#import <sys/param.h> //for MAXPATHLEN
@interface HyperupicApp:Application
{
id helpObject; /* Object that handles help requests */
id prefPanel; /* The Preferences panel */
char appDirectory[MAXPATHLEN]; /* The path to the application */
}
+ new;
- (const char *)appDirectory;
/* TARGET/ACTION METHODS */
- preferences:sender;
@end