first commit

This commit is contained in:
Space-Banane
2026-01-17 15:19:07 +01:00
commit 4e637bc27d
15 changed files with 511 additions and 0 deletions

10
build.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
call build-server.bat
if errorlevel 1 exit /b 1
cd ..
call build-client.bat
if errorlevel 1 exit /b 1
cd ..
echo Build completed successfully.