- Added basic filesystem method to get the base path of the app

- Added hot reload support of the game dll
- various changes and refactor
This commit is contained in:
2025-02-23 20:37:44 -05:00
parent f83a238473
commit 051939f827
33 changed files with 673 additions and 212 deletions

8
misc/shell.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
pushd .
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
popd
set path=W:\Classified\Juliet\misc;%path%
set _NO_DEBUG_HEAP=1