diff options
| author | Aetias <aetias@outlook.com> | 2024-10-20 10:39:09 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-20 10:39:09 +0200 |
| commit | fb9d00b87f47a043b1f4a314be6607085947d3c8 (patch) | |
| tree | c00aaee39447887818cddee5600a209ad10a24b6 /include/Actor | |
| parent | 8181d30b8731685395f7499117648413ae3898a3 (diff) | |
Fix build; add RNG code
Diffstat (limited to 'include/Actor')
| -rw-r--r-- | include/Actor/Actor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Actor/Actor.hpp b/include/Actor/Actor.hpp index ee9737c0..1063bf76 100644 --- a/include/Actor/Actor.hpp +++ b/include/Actor/Actor.hpp @@ -26,6 +26,8 @@ struct Actor_UnkStruct_012 { /* 14 */ u32 mUnk_14; /* 18 */ u32 mUnk_18; /* 1c */ + + Actor_UnkStruct_012(); }; struct Actor_UnkStruct_020 { |
