mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 11:01:31 +00:00
11 lines
165 B
Mathematica
11 lines
165 B
Mathematica
|
|
||
|
#include <Foundation/Foundation.h>
|
||
|
#include <AppKit/AppKit.h>
|
||
|
|
||
|
void __objc_gui_linking(void)
|
||
|
{
|
||
|
[GSFontInfo class];
|
||
|
[NSBezierPath class];
|
||
|
[NSStepper class];
|
||
|
}
|