Fixing some includes problems

Using interrupt 3 instead of system pause to break on script end while debugging but not when running
Added a .bat script to recompile all shaders.
This commit is contained in:
2025-03-15 21:43:20 -04:00
parent f4ba25bec1
commit 4e0aaa129f
4 changed files with 47 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
#include <ShaderCompiler.h>
#include <Core/Common/CoreUtils.h>
#include <Core/Logging/LogManager.h>
#include <Core/Logging/LogTypes.h>
#include <Core/Memory/Allocator.h>