summaryrefslogtreecommitdiff
path: root/core/callbacks.c
AgeCommit message (Collapse)Author
2024-09-30core: callbacks: make error_callback use log_outputDanny Holman
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>
2024-09-17core: add several new filesDanny Holman
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>