mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Update apps
This commit is contained in:
14
applications/external/wiiec/wii_anal_ec.h
vendored
Normal file
14
applications/external/wiiec/wii_anal_ec.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user