mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-14 04:30:33 +00:00
9 lines
267 B
C
9 lines
267 B
C
|
|
#include <proto/muimaster.h>
|
|
|
|
extern struct Library *MUIMasterBase;
|
|
|
|
LONG MUI_Request(APTR app, APTR win, LONGBITS flags, char *title, char *gadgets, char *format, ...){
|
|
return(MUI_RequestA(app, win, flags, title, gadgets, format, (APTR) (((ULONG)&format)+4) ));
|
|
}
|