summaryrefslogtreecommitdiff
path: root/include/rune/rune.h
AgeCommit message (Collapse)Author
2024-11-19core: add an exit code listDanny Holman
Add a header file that lists common exit codes and use them in the abort function. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-14include: create a master header fileDanny Holman
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>