diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-12-23 10:20:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 10:20:32 -0800 |
| commit | c9d0c58ffe107550835987fc37504839e9d98f05 (patch) | |
| tree | a47ce1c7de0bd2a5663a3a4dc8f2de8ec556ec90 /src/m_Do/m_Do_ext.cpp | |
| parent | ce895330ed994de32f55a17a3d2dc5dbbb2ccb9b (diff) | |
MSL_C header cleanup (#2988)
* msl_c header cleanup
* math header cleanup
* fix rest of shieldD configs
* cleanup cflag configs a bit
* fix shield build
Diffstat (limited to 'src/m_Do/m_Do_ext.cpp')
| -rw-r--r-- | src/m_Do/m_Do_ext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index 4cba9026ba..b1c6ab26ce 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -21,7 +21,7 @@ #include "global.h" #include "m_Do/m_Do_ext.h" #include "m_Do/m_Do_mtx.h" -#include "stdio.h" +#include <stdio.h> static void mDoExt_setJ3DData(Mtx mtx, const J3DTransformInfo* transformInfo, u16 param_2) { bool local_28; |
