summaryrefslogtreecommitdiff
path: root/include/gfxalloc.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/gfxalloc.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/gfxalloc.h')
-rw-r--r--include/gfxalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gfxalloc.h b/include/gfxalloc.h
index 1b48ada..dab0fb6 100644
--- a/include/gfxalloc.h
+++ b/include/gfxalloc.h
@@ -3,8 +3,8 @@
#include "ultra64.h"
-// void gfxopen();
-// void gfxclose();
+Gfx* gfxopen(Gfx* gfxHead);
+void gfxclose(Gfx* gfxHead, Gfx* gfx);
// void gfxalloc();
#endif