diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 22:37:47 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-08 22:37:47 +0100 |
| commit | bfa8a9e376848ee20575fde62718c1a019e86f29 (patch) | |
| tree | 9c3110a441e04c6a66033b094bbd75eec5463fc4 /include | |
| parent | e109eeadba44994bee4749c40c2d85cb5288ac0e (diff) | |
| parent | 142e17b99d097296027f576a7ac33ae209fa80df (diff) | |
Merge remote-tracking branch 'upstream/main' into bmg
Diffstat (limited to 'include')
| -rw-r--r-- | include/Actor/ActorSpawner.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Actor/ActorSpawner.hpp b/include/Actor/ActorSpawner.hpp index e417ddcc..94047e10 100644 --- a/include/Actor/ActorSpawner.hpp +++ b/include/Actor/ActorSpawner.hpp @@ -16,8 +16,8 @@ public: static void Destroy(); ActorSpawner(); ~ActorSpawner(); - void _ZN12ActorSpawner19func_ov000_020c4014Ev(); - void _ZN12ActorSpawner19func_ov000_020c4018Ev(); + void func_ov000_020c4014(); + void func_ov000_020c4018(); Actor *CreateActor(ActorTypeId type); s32 Spawn(ActorTypeId type, Vec3p *pos, void *param3, ActorRef *ref); }; |
