mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-23 11:20:57 +00:00
14 lines
228 B
Mathematica
14 lines
228 B
Mathematica
|
#include "Palette.h"
|
||
|
#include "ResourceManager.h"
|
||
|
|
||
|
|
||
|
@implementation GDL2Palette
|
||
|
|
||
|
+(void) initialize
|
||
|
{
|
||
|
// NSLog(@"GDL2Palette initialize");
|
||
|
[IBResourceManager registerResourceManagerClass:[GDL2ResourceManager class]];
|
||
|
}
|
||
|
|
||
|
@end
|