diff options
| author | Aetias <aetias@outlook.com> | 2024-06-21 10:11:01 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-06-21 10:11:01 +0200 |
| commit | 9f495cd49492b0fee6fd06181d7631d85730af5b (patch) | |
| tree | cd283f6c5732de534dfb793d79101b23c56c95e2 /include | |
| parent | 559dd0fa85fb114a00d1b9e8f4ccb5b46d3c1f88 (diff) | |
Fix build errors in stubs
Diffstat (limited to 'include')
| -rw-r--r-- | include/Actor/ActorType.hpp | 1 | ||||
| -rw-r--r-- | include/Player/LinkStateRoll.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/Actor/ActorType.hpp b/include/Actor/ActorType.hpp index dcbc9409..07f1c493 100644 --- a/include/Actor/ActorType.hpp +++ b/include/Actor/ActorType.hpp @@ -75,6 +75,7 @@ struct ActorType { /* 10 */ ActorType *next; /* 14 */ + inline ActorType() {} ActorType(ActorTypeId id, ActorCreateFunc create, unk32 (*unk_08)()); ~ActorType(); unk32 func_0203e7c8(); diff --git a/include/Player/LinkStateRoll.hpp b/include/Player/LinkStateRoll.hpp index 9ff28899..52b42b43 100644 --- a/include/Player/LinkStateRoll.hpp +++ b/include/Player/LinkStateRoll.hpp @@ -42,4 +42,5 @@ public: void func_ov00_020aee58(s16 param1, u16 param2); void func_ov00_020aee84(); + bool func_ov00_020aeeac(); }; |
