aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02Factor out common realize checks and initializationDavid Robillard1-0/+4
2022-06-08Separate platform.h from internal.hDavid Robillard1-16/+2
This makes the internal header structure match the "kinds" of definition inside Pugl: common implementations of public API, things available internally to platform implementations, and things the platform must define.
2022-06-08Separate private and public function implementationsDavid Robillard1-0/+65