ftp.nice.ch/pub/next/games/board/Risk.0.97.s.tar.gz#/RiskSource0.97/Risk/LanguageApp.h

This is LanguageApp.h in view mode; [Download] [Up]

// LanguageApp.h
//
// by Mike Ferris
// Based loosely on a class of the same name by R Dunbar Poor

#import <appkit/appkit.h>

@interface Application (Language)

- (const char *)applicationDirectory;

- (const char *)applicationFile:(const char *)fileName;
- (const char *)applicationFile:(const char *)fileName 
			type:(const char *)fileExt;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.