This commit is contained in:
2023-12-08 17:16:22 +01:00
commit ce6b6f4112
169 changed files with 22772 additions and 0 deletions

4
generate.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
echo Updating submodules...
call git submodule update --init --recursive
call tools\premake5 %* vs2022