summaryrefslogtreecommitdiff
path: root/core/callbacks.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-20core: refactor core API to be in proper styleDanny Holman1-0/+21
Bring the rest of the core API to be in line with the project coding style. This commit also makes the coding style change formal by updating the coding style document in the documentation. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-09-30core: callbacks: make error_callback use log_outputDanny Holman1-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>
2024-09-17core: add several new filesDanny Holman1-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>