Init squashed

This commit is contained in:
Lauri Räsänen 2024-09-17 19:14:58 +03:00
commit 4aac4b824f
95 changed files with 7582 additions and 0 deletions

11
scripts/get_steamworks_sdk.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
set -euo pipefail
SDK_VER=160
rm -rf include/steamworks
curl "https://partner.steamgames.com/downloads/steamworks_sdk_$SDK_VER.zip" -o /tmp/steamworks.zip
unzip /tmp/steamworks.zip -d include/steamworks
head -n 32 include/steamworks/sdk/Readme.txt