wii_anal_ec.h 373 B

1234567891011121314
  1. #ifndef WII_ANAL_EC_H_
  2. #define WII_ANAL_EC_H_
  3. #include <stdbool.h>
  4. //============================================================================= ========================================
  5. // Function prototypes
  6. //
  7. typedef struct eventMsg eventMsg_t;
  8. typedef struct state state_t;
  9. bool evWiiEC(const eventMsg_t* const msg, state_t* const state);
  10. #endif //WII_ANAL_EC_H_