mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 23:45:36 +00:00
PCM is an internal class with the C API (projectm_pcm_*) providing the public interface. Exporting these methods caused symbols to leak into the shared library even when ENABLE_CXX_INTERFACE was off. Fixes #937