mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-21 00:01:07 +01:00
The Module object is the external interface to the application, internal symbols like HEAPU8 don't need to be exported to be used and usage should not be prefixed with Module. Fixes https://github.com/libsdl-org/SDL/issues/13156 Closes https://github.com/libsdl-org/SDL/pull/13157