summaryrefslogtreecommitdiff
path: root/include/sf64math.h
diff options
context:
space:
mode:
authorAlejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com>2023-10-23 13:01:29 -0300
committerGitHub <noreply@github.com>2023-10-23 11:01:29 -0500
commitfd742f93be7e04a7cd2565300ab7ea34db1ff05e (patch)
treef4360319cf58d574df6429073628f1970f41518e /include/sf64math.h
parent90538c74e5cfef70cd4969ffee102755f904a78e (diff)
sf_hud functions + code organization (#8)
* decompile func_80086C08 * decompile func_80086CC8 * format * decompile func_80088784 * preserve macros * better match func_80005708 * format * *arg0 * decompile func_80089670 * decompile func_80089710 * decompile func_800897B0 * decompile func_80089850 * decompile func_800898F0 * decompile func_80089994 * decompile func_80089AF4 * decompile func_80089B94 * decompile func_80089C38 * decompile func_80089D28 * space * format * decompile func_80089E98 * correction * declare segmented addresses in func_80088784 * segmented addresses in undefined_syms * correction * Gfx type * *arg0 + 1 in func_80005708 * roll back s32 -> Gfx * fix * array of Gfx pointers * decompile func_8008AD94 * decompile func_8008AD94 * decompile func_8008B1B0 * decompile func_8008B2F0 * create structs.h * reordering * format * decompile func_8008B5B0 * decompile func_8008B9E8 * decompile func_8008BAE4 * decompile func_8008C390 * fixes * fixes * fix warnings * move protos to functions header * move variables to variables.h * roll back segmented config in header
Diffstat (limited to 'include/sf64math.h')
-rw-r--r--include/sf64math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sf64math.h b/include/sf64math.h
index ecff4f33..eb8f02f8 100644
--- a/include/sf64math.h
+++ b/include/sf64math.h
@@ -19,4 +19,4 @@ typedef struct {
/* 0x8 */ f32 z;
} Vec3f; // size = 0xC
-#endif \ No newline at end of file
+#endif