home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
GameKit
/
Palettes
/
GameInfoPalette
/
GameInfoPalette.m
< 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
Text File
|
1994-06-07
|
194 b
|
15 lines
#import "GameInfoPalette.h"
@implementation GameInfoPalette
- finishInstantiate
{
[self associateObject:theGameInfo type:IBObjectPboardType
with:theGameInfoView];
return self;
}
@end