Skip to content

Commit

Permalink
Changed license to MIT, updated Readme with clarifications, included …
Browse files Browse the repository at this point in the history
…a sample.
  • Loading branch information
YellowAfterlife committed Jul 7, 2016
1 parent 339b4c3 commit a3fdac8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added Output.gmk/sample.gmk
Binary file not shown.
Binary file added Output.gmk/steam_api.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,7 @@
Steamworks SDK support for GameMaker 8.1 and earlier.

## Installation
* Add `Output.gmk/steam_api.dll` to the Included Files (menu: Resources - Included Files).
* Add `Output.gmk/Steamworks.gmk.dll` to the Included Files.
* Create a `steam_appid.txt` file containing your Steam App ID, and add it to the Included Files

Expand Down Expand Up @@ -52,7 +53,7 @@ Script naming closely follows that of [built-in GameMaker-Studio functions](http
## Meta
Author: Vadim "YellowAfterlife" Dyachenko

License: GNU LGPL v3 https://www.gnu.org/licenses/lgpl-3.0
License: MIT https://opensource.org/licenses/mit-license.php

## Special thanks

Expand Down
1 change: 1 addition & 0 deletions Steamworks.gmk/Steamworks.gmk.cpp
@@ -1,4 +1,5 @@
// @author YellowAfterlife
// License: MIT https://opensource.org/licenses/mit-license.php

#include "./../Steamworks/public/steam/steam_api.h"
#include <vector>
Expand Down

0 comments on commit a3fdac8

Please sign in to comment.