/* * controls.h */ #ifndef __CONTROLS_H__ #define __CONTROLS_H__ void controls_new(int id, bool state); bool controls_button_read(void); #endif // __CONTROLS_H__