This commit is contained in:
2021-12-29 16:40:44 +01:00
commit c8b84a9b6a
45 changed files with 3311 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
tools\premake5 %* vs2019