summaryrefslogtreecommitdiff
path: root/include/rune/core/mod.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: refactor core API to be in proper styleDanny Holman2025-03-201-2/+2
| | | | | | | | 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>
* core: add documentation comments to API functionsDanny Holman2024-10-251-5/+30
| | | | | | | Add documentation comments to the functions and structures exposed through the Rune API. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: mod: create a mod interfaceDanny Holman2024-10-141-0/+65
Create a skeleton mod interface so that the engine can load shared libraries or DLLs as in-game mods. The API should be compiler agnostic as much as possible. Signed-off-by: Danny Holman <dholman@gymli.org>