Scripting progress + some commands

This commit is contained in:
Federico Cecchetto
2021-04-23 03:46:11 +02:00
parent 680bc7fe66
commit cd6670d75a
49 changed files with 3728 additions and 8 deletions

9
.gitmodules vendored
View File

@ -1,3 +1,12 @@
[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git
[submodule "deps/lua"]
path = deps/lua
url = https://github.com/lua/lua.git
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "deps/GSL"]
path = deps/GSL
url = https://github.com/Microsoft/GSL.git