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,16 +1,16 @@
|
||||
#ifndef WII_ANAL_KEYS_H_
|
||||
#define WII_ANAL_KEYS_H_
|
||||
#ifndef WII_ANAL_KEYS_H_
|
||||
#define WII_ANAL_KEYS_H_
|
||||
|
||||
//============================================================================= ========================================
|
||||
// Function prototypes
|
||||
//
|
||||
#include <stdbool.h> // bool
|
||||
typedef struct eventMsg eventMsg_t ;
|
||||
typedef struct state state_t ;
|
||||
typedef enum scene scene_t ;
|
||||
#include <stdbool.h> // bool
|
||||
typedef struct eventMsg eventMsg_t;
|
||||
typedef struct state state_t;
|
||||
typedef enum scene scene_t;
|
||||
|
||||
void sceneSet (state_t* const state, const scene_t scene) ;
|
||||
bool key_calib (const eventMsg_t* const msg, state_t* const state) ;
|
||||
bool evKey (const eventMsg_t* const msg, state_t* const state) ;
|
||||
void sceneSet(state_t* const state, const scene_t scene);
|
||||
bool key_calib(const eventMsg_t* const msg, state_t* const state);
|
||||
bool evKey(const eventMsg_t* const msg, state_t* const state);
|
||||
|
||||
#endif //WII_ANAL_KEYS_H_
|
||||
|
||||
Reference in New Issue
Block a user