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