2 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 #define MUIMASTER_YES_INLINE_STDARG
8 #include <proto/intuition.h>
9 #include <proto/exec.h>
10 #include <proto/muimaster.h>
12 #include <libraries/mui.h>
14 #include "presenter.h"
20 if ((application
= PresenterObject
, End
) != NULL
)
22 DoMethod(application
, MUIM_Application_Execute
);
23 MUI_DisposeObject(application
);