#ifndef CONTROLLER_API #define CONTROLLER_API #include struct ControllerAPI { void (*init)(void); void (*read)(OSContPad *pad); }; #endif