move placement new to MSL_C

This commit is contained in:
Jcw87
2023-12-18 00:15:36 -08:00
parent fa59660bf2
commit fe28552c28
94 changed files with 18 additions and 99 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
*/
#include "d/actor/d_a_obj_pbka.h"
#include "JSystem/JKernel/JKRHeap.h"
#include "f_op/f_op_actor_mng.h"
#include "d/d_com_inf_game.h"
#include "m_Do/m_Do_mtx.h"
@@ -117,4 +116,4 @@ actor_process_profile_definition g_profile_Obj_Pbka = {
fopAcStts_UNK40000_e | fopAcStts_CULL_e,
fopAc_ACTOR_e,
fopAc_CULLBOX_CUSTOM_e,
};
};