This commit is contained in:
2022-11-12 21:49:50 +00:00
commit 3e50a7c132
37 changed files with 3564 additions and 0 deletions

3
generate.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
git submodule update --init --recursive
tools\premake5 %* vs2022