Simple DirectMedia Layer: Difference between revisions

 
Line 15: Line 15:
</syntaxhighlight>
</syntaxhighlight>
Then you can include SDL in your source: <code>#include <SDL.h></code>.
Then you can include SDL in your source: <code>#include <SDL.h></code>.
You may also want [https://github.com/libSDL2pp/libSDL2pp libSDL2pp/libSDL2pp] for C++ bindings.


==Resources==
==Resources==
* [https://lazyfoo.net/tutorials/SDL/ Lazy Foo's Beginning Game Programming v2.0]
* [https://lazyfoo.net/tutorials/SDL/ Lazy Foo's Beginning Game Programming v2.0]