Init squashed
This commit is contained in:
commit
4aac4b824f
95 changed files with 7582 additions and 0 deletions
11
scripts/get_steamworks_sdk.sh
Executable file
11
scripts/get_steamworks_sdk.sh
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue