mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Renamed some internal functions to avoid name conflicts when some third-party code is #included.
This commit is contained in:
@@ -38,7 +38,7 @@ inline uint16 swap16big(uint16 x)
|
||||
#ifdef LOVE_BIG_ENDIAN
|
||||
return x;
|
||||
#else
|
||||
return swap16(x);
|
||||
return swapuint16(x);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user