Move Std.hpp into CRT directory

It's also been renamed to stddef.h since all it contained was the
definition of NULL, which lives in that header in a standard C library.
This commit is contained in:
KeybadeBlox 2026-02-18 19:22:13 -05:00
parent 3c4f0e72b8
commit adc30bb531
7 changed files with 15 additions and 17 deletions

View file

@ -6,7 +6,7 @@ Game and GameObj classes that form the foundation of the JSRF game code.
#define CORE_HPP
#include "../Smilebit/MMatrix.hpp"
#include "../Std.hpp"
#include "../XDK/CRT/stddef.h"
#include "../XDK/D3D.h"
#include "../XDK/Win32.h"