Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: add documentation comments to API functions | Danny Holman | 2024-10-25 | 1 | -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 interface | Danny Holman | 2024-10-14 | 1 | -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> |