-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SDL readme. Added code. Added premakefile.
- Loading branch information
1 parent
c0bacda
commit abc26e5
Showing
6 changed files
with
574 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -250,3 +250,4 @@ paket-files/ | |
# JetBrains Rider | ||
.idea/ | ||
*.sln.iml | ||
src/depend/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
Please distribute this file with the SDL runtime environment: | ||
|
||
The Simple DirectMedia Layer (SDL for short) is a cross-platform library | ||
designed to make it easy to write multi-media software, such as games | ||
and emulators. | ||
|
||
The Simple DirectMedia Layer library source code is available from: | ||
http://www.libsdl.org/ | ||
|
||
This library is distributed under the terms of the zlib license: | ||
http://www.zlib.net/zlib_license.html | ||
|
Oops, something went wrong.