summaryrefslogtreecommitdiff
path: root/core/callbacks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: callbacks: make error_callback use log_outputDanny Holman2024-09-301-2/+2
| | | | | | | Make the error_callback function use log_output rather than vanilla printf. This unifies the engine's logging features into a single API. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: add several new filesDanny Holman2024-09-171-0/+6
Add several new files to the core subsystem. These files will be the basic building blocks upon which the rest of the engine will sit atop of. These files will be present in all builds, including headless and platform builds. Signed-off-by: Danny Holman <dholman@gymli.org>