diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-08-23 12:33:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 09:33:00 -0700 |
| commit | dfd54d9a102b971e027058ce163e0f9cd84f5b44 (patch) | |
| tree | f6d27fe4fb1c65f0a813cb753b4fc901386c23ce /src/math_util_2.c | |
| parent | 7d23fcc063bb0067e7e051d98d18622a134d0248 (diff) | |
Match a lot of functions, add header for objects (#251)
* Match a lot of functions, add header for objects
* Refreshed a TON of functions and created/added to several
header files
* Add header for code_800431B0, address comments
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/math_util_2.c')
| -rw-r--r-- | src/math_util_2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/math_util_2.c b/src/math_util_2.c index b5bf241b8..61c5af1e3 100644 --- a/src/math_util_2.c +++ b/src/math_util_2.c @@ -5,6 +5,7 @@ #include "main.h" #include "variables.h" #include "math_util.h" +#include "objects.h" #include "memory.h" @@ -790,8 +791,6 @@ void func_80042760(Mat4 arg0, Vec3f arg1, Vec3f arg2, f32 arg3) { arg0[3][3] = 1.0f; } -extern struct_80165C18_entry D_80165C18[]; - /** * @brief Tried to put the definitions in the declares. However, sp3C wants to be at the top. * Something may be possible with some padding. Couldn't find a way though. So we get big mess. |
