説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

controls.h 168B

123456789101112
  1. /*
  2. * controls.h
  3. */
  4. #ifndef __CONTROLS_H__
  5. #define __CONTROLS_H__
  6. void controls_new(int id, bool state);
  7. bool controls_button_read(void);
  8. #endif // __CONTROLS_H__