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
b3a6c2c593
Add comment on why default AudioSpec ctor is needed
...
Related to #70
2016-05-18 22:39:20 +03:00
Dmitry Marakasov
0f1dd26ebd
Add in/out specifiers to param documentation
2015-01-12 21:43:28 +03:00
Dmitry Marakasov
c753c8ceba
Multiple documentation fixes
2015-01-11 06:25:38 +03:00
Dmitry Marakasov
d714070984
Document deleted ctors/assignment operators
2015-01-11 00:34:47 +03:00
Dmitry Marakasov
78e985719e
Add references to SDL docs and exception info
2014-12-26 22:36:29 +03:00
Dmitry Marakasov
af577836eb
Fix header filename
2014-12-26 20:33:42 +03:00
Dmitry Marakasov
fae12fdb7c
Move whole descriptions into documentation headers
2014-12-19 21:28:03 +03:00
Dmitry Marakasov
e369b77263
Document AudioSpec class
2014-12-19 18:44:52 +03:00
Dmitry Marakasov
a6ef469487
Split AudioSpec into separate header
2014-12-18 18:26:11 +03:00