diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-04-21 02:02:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 02:02:03 -0700 |
| commit | f5fc527d39c754fde87aeb90033d2efd698ad7e2 (patch) | |
| tree | bce002e621968da87e420d06d09193840a381c9b /src/d | |
| parent | 472340e2d65914f3a19aa332ad31939755ee4579 (diff) | |
add MSL_C/stdio.h (#317)
Diffstat (limited to 'src/d')
| -rw-r--r-- | src/d/com/d_com_inf_game.cpp | 1 | ||||
| -rw-r--r-- | src/d/com/d_com_static.cpp | 1 | ||||
| -rw-r--r-- | src/d/d_name.cpp | 1 | ||||
| -rw-r--r-- | src/d/d_resorce.cpp | 1 | ||||
| -rw-r--r-- | src/d/d_stage.cpp | 1 | ||||
| -rw-r--r-- | src/d/event/d_event_manager.cpp | 1 | ||||
| -rw-r--r-- | src/d/file/d_file_sel_info.cpp | 1 | ||||
| -rw-r--r-- | src/d/menu/d_menu_save.cpp | 1 | ||||
| -rw-r--r-- | src/d/msg/d_msg_class.cpp | 1 | ||||
| -rw-r--r-- | src/d/msg/d_msg_object.cpp | 1 | ||||
| -rw-r--r-- | src/d/msg/d_msg_unit.cpp | 1 | ||||
| -rw-r--r-- | src/d/particle/d_particle.cpp | 1 | ||||
| -rw-r--r-- | src/d/s/d_s_room.cpp | 1 | ||||
| -rw-r--r-- | src/d/save/d_save.cpp | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/src/d/com/d_com_inf_game.cpp b/src/d/com/d_com_inf_game.cpp index dfe644d481..aaf065545a 100644 --- a/src/d/com/d_com_inf_game.cpp +++ b/src/d/com/d_com_inf_game.cpp @@ -4,6 +4,7 @@ // #include "d/com/d_com_inf_game.h" +#include "MSL_C/stdio.h" #include "d/d_item.h" #include "d/d_procname.h" #include "d/d_timer.h" diff --git a/src/d/com/d_com_static.cpp b/src/d/com/d_com_static.cpp index a97555c059..afa3571b5b 100644 --- a/src/d/com/d_com_static.cpp +++ b/src/d/com/d_com_static.cpp @@ -4,6 +4,7 @@ // #include "d/com/d_com_static.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "d/d_demo.h" #include "dol2asm.h" diff --git a/src/d/d_name.cpp b/src/d/d_name.cpp index 7ed8aed09a..69b1acbee4 100644 --- a/src/d/d_name.cpp +++ b/src/d/d_name.cpp @@ -5,6 +5,7 @@ #include "d/d_name.h" #include "JSystem/J2DGraph/J2DAnmLoader.h" +#include "MSL_C/stdio.h" #include "dol2asm.h" #include "dolphin/types.h" #include "f_op/f_op_msg_mng.h" diff --git a/src/d/d_resorce.cpp b/src/d/d_resorce.cpp index 4476c87e11..59e5e98dcd 100644 --- a/src/d/d_resorce.cpp +++ b/src/d/d_resorce.cpp @@ -13,6 +13,7 @@ #include "JSystem/J3DGraphLoader/J3DModelLoader.h" #include "JSystem/JKernel/JKRSolidHeap.h" #include "MSL_C/MSL_Common/Src/extras.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "dol2asm.h" #include "dolphin/mtx/mtx.h" diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index 8d4dab58e9..77e074e3cb 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -5,6 +5,7 @@ #include "d/d_stage.h" #include "JSystem/JKernel/JKRAramArchive.h" +#include "MSL_C/stdio.h" #include "SSystem/SComponent/c_malloc.h" #include "d/com/d_com_inf_game.h" #include "d/com/d_com_static.h" diff --git a/src/d/event/d_event_manager.cpp b/src/d/event/d_event_manager.cpp index 2127d52404..5764650480 100644 --- a/src/d/event/d_event_manager.cpp +++ b/src/d/event/d_event_manager.cpp @@ -5,6 +5,7 @@ #include "d/event/d_event_manager.h" #include "SSystem/SComponent/c_math.h" +#include "MSL_C/stdio.h" #include "Z2AudioLib/Z2AudioMgr.h" #include "d/com/d_com_inf_game.h" #include "d/d_camera.h" diff --git a/src/d/file/d_file_sel_info.cpp b/src/d/file/d_file_sel_info.cpp index d563d8d769..c8a834516f 100644 --- a/src/d/file/d_file_sel_info.cpp +++ b/src/d/file/d_file_sel_info.cpp @@ -4,6 +4,7 @@ // #include "d/file/d_file_sel_info.h" +#include "MSL_C/stdio.h" #include "dol2asm.h" #include "dolphin/types.h" diff --git a/src/d/menu/d_menu_save.cpp b/src/d/menu/d_menu_save.cpp index e673b7a13e..d3a970f09d 100644 --- a/src/d/menu/d_menu_save.cpp +++ b/src/d/menu/d_menu_save.cpp @@ -5,6 +5,7 @@ #include "d/menu/d_menu_save.h" #include "JSystem/J2DGraph/J2DAnmLoader.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "d/file/d_file_sel_info.h" #include "d/file/d_file_sel_warning.h" diff --git a/src/d/msg/d_msg_class.cpp b/src/d/msg/d_msg_class.cpp index e1d4cff6cb..cbd403363b 100644 --- a/src/d/msg/d_msg_class.cpp +++ b/src/d/msg/d_msg_class.cpp @@ -4,6 +4,7 @@ // #include "d/msg/d_msg_class.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "d/msg/d_msg_object.h" #include "d/msg/d_msg_unit.h" diff --git a/src/d/msg/d_msg_object.cpp b/src/d/msg/d_msg_object.cpp index aa170fde24..6d50d3ae35 100644 --- a/src/d/msg/d_msg_object.cpp +++ b/src/d/msg/d_msg_object.cpp @@ -6,6 +6,7 @@ #include "d/msg/d_msg_object.h" #include "d/msg/d_msg_out_font.h" #include "JSystem/JGadget/binary.h" +#include "MSL_C/stdio.h" #include "dol2asm.h" #include "dolphin/types.h" diff --git a/src/d/msg/d_msg_unit.cpp b/src/d/msg/d_msg_unit.cpp index bdf5169a5f..bea422bea4 100644 --- a/src/d/msg/d_msg_unit.cpp +++ b/src/d/msg/d_msg_unit.cpp @@ -4,6 +4,7 @@ // #include "d/msg/d_msg_unit.h" +#include "MSL_C/stdio.h" #include "dol2asm.h" #include "d/kankyo/d_kankyo.h" #include "d/meter/d_meter2_info.h" diff --git a/src/d/particle/d_particle.cpp b/src/d/particle/d_particle.cpp index a743aa3910..349f823e04 100644 --- a/src/d/particle/d_particle.cpp +++ b/src/d/particle/d_particle.cpp @@ -4,6 +4,7 @@ // #include "d/particle/d_particle.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "dol2asm.h" #include "dolphin/types.h" diff --git a/src/d/s/d_s_room.cpp b/src/d/s/d_s_room.cpp index 123607dee6..a0c978719b 100644 --- a/src/d/s/d_s_room.cpp +++ b/src/d/s/d_s_room.cpp @@ -4,6 +4,7 @@ // #include "d/s/d_s_room.h" +#include "MSL_C/stdio.h" #include "d/com/d_com_inf_game.h" #include "d/d_procname.h" #include "d/s/d_s_play.h" diff --git a/src/d/save/d_save.cpp b/src/d/save/d_save.cpp index 23daffdd8c..d4dc037a85 100644 --- a/src/d/save/d_save.cpp +++ b/src/d/save/d_save.cpp @@ -5,6 +5,7 @@ #include "d/save/d_save.h" #include "d/save/d_save_init.h" +#include "MSL_C/stdio.h" #include "Z2AudioLib/Z2AudioMgr.h" #include "d/com/d_com_inf_game.h" #include "d/meter/d_meter2_info.h" |
