Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: add an exit code list | Danny Holman | 2024-11-19 | 1 | -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 file | Danny Holman | 2024-10-14 | 1 | -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> |