summaryrefslogtreecommitdiff
path: root/include/engine/dltools.h
AgeCommit message (Collapse)Author
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.