summaryrefslogtreecommitdiff
path: root/core/mod.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-14core: mod: create a mod interfaceDanny Holman1-0/+69
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>