Add back unnamed namespace methods, all actors now compile again

This commit is contained in:
LagoLunatic
2024-04-22 17:51:41 -04:00
parent f856df04e5
commit 3b40fd0132
101 changed files with 1900 additions and 190 deletions
-8
View File
@@ -196,14 +196,6 @@ actor_process_profile_definition g_profile_GY_CTRL = {
/* CullType */ fopAc_CULLBOX_4_e,
};
static actor_method_class daGy_CtrlMethodTable = {
(process_method_func)daGy_CtrlCreate,
(process_method_func)daGy_CtrlDelete,
(process_method_func)daGy_CtrlExecute,
(process_method_func)daGy_CtrlIsDelete,
(process_method_func)daGy_CtrlDraw,
};
actor_process_profile_definition g_profile_GY_CTRLB = {
/* LayerID */ fpcLy_CURRENT_e,
/* ListID */ 0x0007,