mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Formatting & New updated IR
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#ifndef WII_ANAL_EC_H_
|
||||
#define WII_ANAL_EC_H_
|
||||
#ifndef WII_ANAL_EC_H_
|
||||
#define WII_ANAL_EC_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
//============================================================================= ========================================
|
||||
// Function prototypes
|
||||
//
|
||||
typedef struct eventMsg eventMsg_t ;
|
||||
typedef struct state state_t ;
|
||||
typedef struct eventMsg eventMsg_t;
|
||||
typedef struct state state_t;
|
||||
|
||||
bool evWiiEC (const eventMsg_t* const msg, state_t* const state) ;
|
||||
bool evWiiEC(const eventMsg_t* const msg, state_t* const state);
|
||||
|
||||
#endif //WII_ANAL_EC_H_
|
||||
|
||||
Reference in New Issue
Block a user