2001-10-17 03:55:18 +00:00
|
|
|
|
2010-04-10 17:48:46 +00:00
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "AppKit/AppKit.h"
|
|
|
|
#import "GNUstepGUI/GSFontInfo.h"
|
2001-10-17 03:55:18 +00:00
|
|
|
|
|
|
|
void __objc_gui_linking(void)
|
|
|
|
{
|
|
|
|
[GSFontInfo class];
|
|
|
|
[NSBezierPath class];
|
|
|
|
[NSStepper class];
|
|
|
|
}
|