mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Add back unnamed namespace methods, all actors now compile again
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user