Files
Momentum-Firmware/applications/plugins/wii_ec_anal/wii_anal_ec.h
VerstreuteSeele de8bdd4469 update Wii EC
2023-01-11 01:51:39 +01: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_