summaryrefslogtreecommitdiff
path: root/include/Unknown
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2026-05-09 12:36:22 +0200
committerGitHub <noreply@github.com>2026-05-09 12:36:22 +0200
commite9ffe114a97fd3bf563a8c346f2ef2dc5e88f9fd (patch)
tree71b1e9895021bcf152c965a87baf1a9d7c7dd699 /include/Unknown
parentb44496319d3027a625fcf876cf22e467720355df (diff)
Delink character actor base classes and shop keeper actors (#152)
* Delink .text for ActorItemSeller, ActorBeedle, ActorTetra * Delink .text for ActorCharacterBase, ActorCharacter, ActorGenericCharacter * Define classes ActorCharacterBase, ActorCharacter, ActorGenericCharacter * Don't define `override` macro during intellisense/clangd * Define symbols for ActorCharacter, ActorCharacterBase, ActorGenericCharacter * Define classes and symbols for ActorItemSeller, ActorBeedle, ActorTetra * Fix duplicate symbol
Diffstat (limited to 'include/Unknown')
-rw-r--r--include/Unknown/UnkStruct_ov000_020c5c2c.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/Unknown/UnkStruct_ov000_020c5c2c.hpp b/include/Unknown/UnkStruct_ov000_020c5c2c.hpp
new file mode 100644
index 00000000..2b47f19b
--- /dev/null
+++ b/include/Unknown/UnkStruct_ov000_020c5c2c.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "global.h"
+#include "types.h"
+
+struct UnkStruct_ov000_020c5c2c {
+ PAD(0x00, 0x20);
+};