diff options
Diffstat (limited to 'include/m_controller.h')
| -rw-r--r-- | include/m_controller.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/m_controller.h b/include/m_controller.h index 5a8eaf8..5fdac72 100644 --- a/include/m_controller.h +++ b/include/m_controller.h @@ -31,12 +31,12 @@ typedef struct Controller { /* 0x34 */ f32 lastAdjustedR; } Controller; // size = 0x38 -struct GameState; +struct Game; -void mCon_ct(struct GameState* gameState); -void mCon_dt(struct GameState* gameState); +void mCon_ct(struct Game* gameState); +void mCon_dt(struct Game* gameState); void mCon_calc(Controller* controller, f32 x, f32 y); -void mCon_main(struct GameState* game); +void mCon_main(struct Game* game); s32 chkButton(u16 mask); u16 getButton(void); s32 chkTrigger(u16 mask); |
