summaryrefslogtreecommitdiff
path: root/src/REL/d/d_SoftwareKeyboard.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2024-10-10 18:21:07 +0200
committerGitHub <noreply@github.com>2024-10-10 12:21:07 -0400
commit98f7e90125bf4f30e3281f41235ac95f8ea3808f (patch)
tree962c17be9494ea01971ae657491037f4193e8092 /src/REL/d/d_SoftwareKeyboard.cpp
parent558db54bf44b7fe885705a6d5b513000b8d75cf6 (diff)
Set up REL templates (#60)
* Fix .data sections misidentified as .rodata by dtk dtk can't always reliably identify REL sections in its initial analysis. This is a manual fix - the list of RELs to fix was found by looking at supposed .rodata splits that contained an fBase vtable, since vtables should be in .data. This fix is required for scripted creation of REL actors based on rel .data * More consistent d/t header paths * Data fixups for parsing * Tmp actor file setup * Fixes * Set up almost all REL templates * formatting * Fix formatting
Diffstat (limited to 'src/REL/d/d_SoftwareKeyboard.cpp')
-rw-r--r--src/REL/d/d_SoftwareKeyboard.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/REL/d/d_SoftwareKeyboard.cpp b/src/REL/d/d_SoftwareKeyboard.cpp
index e69de29b..2603612d 100644
--- a/src/REL/d/d_SoftwareKeyboard.cpp
+++ b/src/REL/d/d_SoftwareKeyboard.cpp
@@ -0,0 +1,6 @@
+#include <d/d_SoftwareKeyboard.h>
+
+SPECIAL_BASE_PROFILE(SKB, dSKB_c, fProfile::SKB, 0x2BE, 0);
+
+dSKB_c::dSKB_c() {}
+dSKB_c::~dSKB_c() {}