/* ******************************** */ /* Warning! Don't modify this file! */ /* ******************************** */ #ifndef __machine_LCD__H #define __machine_LCD__H #include #include #include "PikaObj.h" PikaObj *New_machine_LCD(Args *args); #endif