summaryrefslogtreecommitdiff
path: root/include/rune/rune.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: add an exit code listDanny Holman2024-11-191-1/+3
| | | | | | | Add a header file that lists common exit codes and use them in the abort function. Signed-off-by: Danny Holman <dholman@gymli.org>
* include: create a master header fileDanny Holman2024-10-141-0/+41
Create a header file to act as the master header file for the engine's API. This file should include all subsystem header files. Signed-off-by: Danny Holman <dholman@gymli.org>