diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-12-20 01:54:51 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-19 22:54:51 -0800 |
commit | b255655ca8f068ba05c167eabf5d8890a9be4394 (patch) | |
tree | ac54aa7350b7a9a0179186de944ad91555b084d5 /include/menu.h | |
parent | 168e3bb04b08909421eee4b1e018f34a6ad00688 (diff) |
Decompile more of player_pc.c (#136)
* start decompiling player_pc.c again
* submit more player_pc.c work
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index 66423659c..3e08cb7eb 100644 --- a/include/menu.h +++ b/include/menu.h @@ -6,7 +6,7 @@ struct MenuAction { u8 *text; - u8 (*func)(void); + u8 (*func)(); }; void sub_8071C20(void); |