summaryrefslogtreecommitdiff
path: root/include/m_controller.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2023-08-09 20:51:25 -0400
committerGitHub <noreply@github.com>2023-08-09 20:51:25 -0400
commitc7729c05c07cf0d60a70cd6c4f456069604a1f43 (patch)
tree00b8cfc29935ffad5d4081fc9e65c21d3059f8e0 /include/m_controller.h
parentcfa703f013a1e595a418e47ac05df06e9ae4f9b8 (diff)
`game.c` OK (#37)
* C file * game_dt * game_ct * fix offsets and building * game_init_hyral and SetGameFrame * more funcs * game_main * game_get_controller and func_800D2E00_jp * Input * game_draw_last * a few attempts * game_draw_first * improve func_800D2E58_jp a bit * format * migrate data and bss * what * whoops * name bss * minor cleanup * match game.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * fix malloc function wrongly named * Update src/code/game.c Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * review --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'include/m_controller.h')
-rw-r--r--include/m_controller.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/m_controller.h b/include/m_controller.h
index 72bf692..7370fdc 100644
--- a/include/m_controller.h
+++ b/include/m_controller.h
@@ -3,8 +3,10 @@
#include "ultra64.h"
-// void mCon_ct();
-// void mCon_dt();
+struct GameState;
+
+void mCon_ct(struct GameState* gameState);
+void mCon_dt(struct GameState* gameState);
// void mCon_calc();
// void mCon_main();
// void chkButton();