Formatting & New updated IR

This commit is contained in:
VerstreuteSeele
2023-01-14 08:44:32 +01:00
parent 7385a28ddd
commit 905bb23fdf
216 changed files with 6455 additions and 5877 deletions

View File

@@ -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_