summaryrefslogtreecommitdiff
path: root/include/rune_math.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: retool the build systemv0.55Danny Holman2024-08-301-37/+0
| | | | | | | | Retool the build system to be more modular and more flexible. Move all subsystems into separate directories and create make.config files that will conditionally compile based on information from the root Makefile. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: add headers for basic types and export macrosDanny Holman2024-08-221-0/+37
Add header files that contain basic type information as well as export macros for systems that use a specific export line for linking, e.g. Windows. Signed-off-by: Danny Holman <dholman@gymli.org>