10 Commits

Author SHA1 Message Date
Dmitry Marakasov
b4b39e32d0 Update copyright years 2017-04-21 14:51:11 +03:00
Dmitry Marakasov
bb2ff1f066 Add Music ctors from RWops based on undocumented SDL_mixer functions
Fixes #92
2017-04-21 14:50:03 +03:00
Dmitry Marakasov
970cd74dd9 Merge branch 'master' of github.com:libSDL2pp/libSDL2pp 2017-02-20 16:32:54 +03:00
Dmitry Marakasov
89ea96d008 Mark most single argument constructors explicit
Fixes #91
2017-02-14 14:14:26 +03:00
Dmitry Marakasov
24482d85f6 Follow SDL2 include path conventions
Though these are broken and error prone, as they ignore the possibility
of conflicts between SDL, SDL2 and wrappers thereof discarding useful
include path prefix (SDL2/), since SDL and satellite libraries follow
these it's too hard to stay away.

So don't use prefixes for SDL include paths any longer.
2017-02-08 13:19:04 +03:00
Dmitry Marakasov
20bdc36577 Add export statements all over the code 2016-05-23 17:11:12 +03:00
Dmitry Marakasov
eabd23373d Fix unneeded doxygen autolinks 2015-09-07 02:27:35 +03:00
Dmitry Marakasov
ecb62ab8ab Improve wording of class descriptions 2015-09-07 02:24:11 +03:00
Dmitry Marakasov
01a537218a Fix comments 2015-09-01 00:35:10 +03:00
Dmitry Marakasov
f3511a1a71 Implement mixer music 2015-08-31 18:38:29 +03:00