• MorphOS Developer
    geit
    Posts: 1075 from 2004/9/23
    You simply don´t!

    Just include the related header file.

    If you want to include an MUI object inside your GUI, etc a lamp object, you just

    #include <mui/Lamp_mcc.h>

    And now you can use the macro

    WindowObject, ....
    Child, LampObject, End,
    End;

    Same goes for all external classes.
  • »15.04.15 - 17:47
    Profile