jsrf.h scalar deleting destructors return void *

They previously returned a pointer to the class type, but this isn't
accurate to the signature indicated by MSVC's name mangling.
This commit is contained in:
KeybadeBlox 2026-02-18 18:15:25 -05:00
parent fd6815ae42
commit c020c2e247
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ printf '%s\n' '// Automatically generated mass header file for Ghidra' > jsrf.h
# all the headers here by hand in an order that functions properly
HEADERS="
Std.hpp
XDK/Win32.hpp
XDK/D3D.hpp
XDK/Win32.h
XDK/D3D.h
Smilebit/MMatrix.hpp
JSRF/Core.hpp
JSRF/GameData.hpp