7 Commits

Author SHA1 Message Date
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
d29b7528a6 Fix some type conversion warnings 2015-09-17 15:32:54 +03:00
Dmitry Marakasov
5822e5fc61 Mark static stuff as such 2015-09-16 22:52:42 +03:00
Dmitry Marakasov
a8ec68a625 Define pi as a constant instead of a macro
Consistent to what we already do in image example
2015-09-10 20:41:06 +03:00
Dmitry Marakasov
05c0690ea5 Define M_PI if it isn't 2015-09-09 14:37:05 +03:00
Dmitry Marakasov
fbe9a77044 Add demo for FillCopy() 2015-03-12 17:44:28 +03:00