Files
Momentum-Firmware/applications/plugins/wii_ec_anal/wii_anal_ec.h
RogueMaster e2fbd8699c wii_ec_anal
2022-11-09 21:13:58 -05:00

15 lines
389 B
C

#ifndef WII_ANAL_EC_H_
#define WII_ANAL_EC_H_
#include <stdbool.h>
//============================================================================= ========================================
// Function prototypes
//
typedef struct eventMsg eventMsg_t ;
typedef struct state state_t ;
bool evWiiEC (const eventMsg_t* const msg, state_t* const state) ;
#endif //WII_ANAL_EC_H_