summaryrefslogtreecommitdiff
path: root/include/engine/dltools.h
AgeCommit message (Collapse)Author
2024-02-05Organize the header files0scar
2024-01-29Fix compilation0scar
I didn't quite get all the renames in the first pass.
2023-10-30The great formattening!0scar
2023-07-28Implement hotloading0scar
* This commit implements dltools.{c,h}: _A simple wrapper around libdl / dlfcn.h_ * Reload states when done initializing engine, if hotloading is enabled. * Adds general function types for state functions.