Logo
Explore Help
Sign In
hackern64/HackerOoT
0
0
Fork 0
You've already forked HackerOoT
mirror of https://github.com/HackerN64/HackerOoT.git synced 2026-01-21 10:37:37 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
FixMapSelectNames
HackerOoT/include/unk.h

17 lines
299 B
C
Raw Permalink Normal View History

Fix all headers to comply with C standard (#957) * Fix all headers to comply with C standard * fix a file in libultra * Update include/stdbool.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update stdbool.h * Update z64animation.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2021-09-15 19:24:19 -04:00
#ifndef UNK_H
#define UNK_H
First proper commit.
2020-03-17 00:31:30 -04:00
#define UNK_TYPE s32
#define UNK_TYPE1 s8
#define UNK_TYPE2 s16
#define UNK_TYPE4 s32
#define UNK_PTR void*
#define UNK_RET void
#define UNK_FUN_ARG void(*)(void)
#define UNK_FUN_PTR(name) void(*name)(void)
Decompile z_play.c and Match/Document some of z_view.c (#74) * Decompile z_play.c and Match/Document some of z_view.c Also fix the last non matching in z_sample.c and update some game state functions. * Suggestions from PR #74 * Fix undefined reference to Gameplay_DrawOverlay * Suggestion from PR #74 (2) * Fix a fake argument in func_800BC450
2020-04-16 23:36:12 +02:00
#define UNK_ARGS
First proper commit.
2020-03-17 00:31:30 -04:00
#define UNK_SIZE 1
#define UNK_LINE 1
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Page: 910ms Template: 7ms
English
English
Licenses API