/* ******************************** */ /* Warning! Don't modify this file! */ /* ******************************** */ #include "machine_RGB.h" #include "PikaPiZero_RGB.h" #include #include #include "BaseObj.h" PikaObj *New_machine_RGB(Args *args){ PikaObj *self = New_PikaPiZero_RGB(args); return self; } Arg *machine_RGB(PikaObj *self){ return obj_newObjInPackage(New_machine_RGB); }