diff options
| author | Pheenoh <pheenoh@gmail.com> | 2023-08-16 13:07:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 12:07:52 -0700 |
| commit | 7fd7d0c1f3ac84a4f10b41fab925c18e0be0c5dc (patch) | |
| tree | 1e7c67c3d81ba2385fcde460a025c4f3f0940723 /libs/SSystem/SComponent/c_lib.cpp | |
| parent | f441e06d19cab24cb49fec49883c2d61eee2e4bf (diff) | |
d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro
* rm headers, add script
* progress
* macro rename, consistent spacing
Diffstat (limited to 'libs/SSystem/SComponent/c_lib.cpp')
| -rw-r--r-- | libs/SSystem/SComponent/c_lib.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/SSystem/SComponent/c_lib.cpp b/libs/SSystem/SComponent/c_lib.cpp index 54dfcd6c91..a31583c26b 100644 --- a/libs/SSystem/SComponent/c_lib.cpp +++ b/libs/SSystem/SComponent/c_lib.cpp @@ -4,11 +4,8 @@ // #include "SSystem/SComponent/c_lib.h" -#include "JSystem/JMath/JMath.h" -#include "MSL_C/math.h" #include "MSL_C/string.h" #include "SSystem/SComponent/c_math.h" -#include "SSystem/SComponent/c_xyz.h" #include "dol2asm.h" #include "dolphin/mtx/mtxvec.h" #include "dolphin/types.h" |
