From 589cc12296ae7253c62655859a5eef92ee42dbaf Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 24 Apr 2022 04:02:50 -0700 Subject: some MSL_C work (#192) * wip * bunch of MSL_C files thanks to pikmin2 decomp for their work * format / asm * progress * fix * fix remove-asm to work with C files * init / start --- src/f_pc/f_pc_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/f_pc/f_pc_manager.cpp') diff --git a/src/f_pc/f_pc_manager.cpp b/src/f_pc/f_pc_manager.cpp index 7ba8946c34..54c6ce9c4c 100644 --- a/src/f_pc/f_pc_manager.cpp +++ b/src/f_pc/f_pc_manager.cpp @@ -26,9 +26,9 @@ #include "f_pc/f_pc_priority.h" #include "f_pc/f_pc_profile.h" +#include "SSystem/SComponent/c_API_graphic.h" #include "d/com/d_com_inf_game.h" #include "m_Do/m_Do_audio.h" -#include "SSystem/SComponent/c_API_graphic.h" // // Types: -- cgit v1.2.3