Update headers in make_header.sh

Forgot to change after Std.hpp got turned into stddef.h.
This commit is contained in:
KeybadeBlox 2026-03-20 08:27:08 -04:00
parent 4dded02b58
commit 6b12d397ff

View file

@ -8,7 +8,7 @@ printf '%s\n' '// Automatically generated mass header file for Ghidra' > jsrf.h
# Figuring out include order programmatically is awful, so we'll have to add # Figuring out include order programmatically is awful, so we'll have to add
# all the headers here by hand in an order that functions properly # all the headers here by hand in an order that functions properly
HEADERS=" HEADERS="
Std.hpp XDK/CRT/stddef.h
XDK/Win32.h XDK/Win32.h
XDK/D3D.h XDK/D3D.h
MUSASHI/MMatrix.hpp MUSASHI/MMatrix.hpp