func_idle.h 199 B

123456789101112
  1. #ifndef _FUNC_IDLE_H
  2. #define _FUNC_IDLE_H
  3. void func_idle_message(u16 msg);
  4. #if (GUI_SELECT != GUI_NO)
  5. void func_idle_display(void);
  6. #else
  7. #define func_idle_display()
  8. #endif
  9. #endif // _FUNC_IDLE_H