mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-02-05 10:35:49 +01:00
794180c598
bswap_32() is a function specific to Linux, unavailable on FreeBSD and OS X. Instead of messing with other platform specific functions, #ifdef and so on provide a fast inline implementation.