yvanvds / yse-soundengine

advanced 3D sound engine
Eclipse Public License 1.0
234 stars 33 forks source link

linux port #18

Closed noondie closed 6 years ago

noondie commented 6 years ago

please check, if the changes work with the different systems

yvanvds commented 6 years ago

Ok, most of it worked. I made a few changes:

Please let me know if this works for you.

One other note: I have some macro definitions in headers/defines.hpp for different platforms. Please use YSE_WINDOWS, YSE_LINUX, YSE_ANDROID etc for conditional compiling within the engine (not in the demo).

Thanks for your contribution though. It is much appreciated.