Files
projectm/src/api
Kai Blaschke 1f33c810b3 Split up API headers into smaller, categorized files.
Also updated copyright and prefixed the render-related function with "opengl".
2023-01-18 12:57:57 +01:00
..

libprojectM Public API Headers

This subproject contains (and generates) all public API headers installed by the core library. It is defined as a header-only interface library target, so it can be used in optional components without directly linking/including anything from the core library itself and ensure the optional libraries only use the public API functions with the library import call specs.