Initial commit.

This commit is contained in:
Nixietab 2026-06-28 21:33:05 -03:00
parent 3f8a1206d1
commit 0c1615c037
5 changed files with 2396 additions and 1 deletions

4
build.sh Executable file
View file

@ -0,0 +1,4 @@
python3 gen_def.py
python3 gen_stubs.py
x86_64-w64-mingw32-g++ -shared -o EOSSDK-Win64-Shipping.dll main.cpp proxy_asm.s proxy.def -lws2_32 -static