From 98f7e90125bf4f30e3281f41235ac95f8ea3808f Mon Sep 17 00:00:00 2001 From: robojumper Date: Thu, 10 Oct 2024 18:21:07 +0200 Subject: 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 --- src/REL/d/d_SoftwareKeyboard.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/REL/d/d_SoftwareKeyboard.cpp') 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 + +SPECIAL_BASE_PROFILE(SKB, dSKB_c, fProfile::SKB, 0x2BE, 0); + +dSKB_c::dSKB_c() {} +dSKB_c::~dSKB_c() {} -- cgit v1.2.3