Add files

This commit is contained in:
2021-11-14 11:19:55 +00:00
parent 431adc40c4
commit 2a71659623
30 changed files with 3034 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 %* vs2019