mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-13 12:10:40 +00:00
9 lines
173 B
C
9 lines
173 B
C
|
|
#include <proto/muimaster.h>
|
|
|
|
extern struct Library *MUIMasterBase;
|
|
|
|
Object *MUI_MakeObject(LONG type, ...){
|
|
return(MUI_MakeObjectA(type, (ULONG *)(((ULONG)&type)+4)));
|
|
}
|