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
+1 -1
View File
@@ -161,7 +161,7 @@ BOOL daObjFlame::Method::IsDelete(void*) {
/* Nonmatching */
}
static actor_method_class daObjFlame::Method::Table = {
actor_method_class daObjFlame::Method::Table = {
(process_method_func)daObjFlame::Method::Create,
(process_method_func)daObjFlame::Method::Delete,
(process_method_func)daObjFlame::Method::Execute,