mirror of
https://github.com/zeldaret/ph
synced 2026-08-16 12:54:41 -04:00
Merge branch 'main' into actor
This commit is contained in:
@@ -140,6 +140,7 @@ struct ActorType {
|
||||
/* 10 */ ActorType *next;
|
||||
/* 14 */
|
||||
|
||||
inline ActorType() {}
|
||||
ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)());
|
||||
~ActorType();
|
||||
unk32 func_0203e7c8();
|
||||
|
||||
Reference in New Issue
Block a user