5 Commits

Author SHA1 Message Date
Dmitry Marakasov
96bd99a9a7 Don't use SDLMixer class in examples
It turns out that it should be initialized after Mixer class (SDL_mixer docs say so,
however official examples use it the other way around. But also it doesn't seem to
ne necessary at all, as SDL loads needed libraries automatically anyway
2018-02-04 18:55:23 +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
0aede126fc Fix main() signatures to be compatible with SDL_main 2015-12-15 22:06:56 +03:00
Dmitry Marakasov
00e47a8833 Remove unused variable 2015-09-06 22:01:42 +03:00
Dmitry Marakasov
326378c59c Add buildin effects support 2015-09-04 23:08:04 +03:00