Refactor|libdeng2|Script: Functions support native entry points
Support for native function entry points was added to de::Function.
Todo for later: The function definition statement ("def") needs to be extended to allow specifying the name of a native entry point (for declaring native functions within scripts).
Refactor|libdeng2|Script: Functions support native entry points
Support for native function entry points was added to de::Function.
Todo for later: The function definition statement ("def") needs to be
extended to allow specifying the name of a native entry point (for
declaring native functions within scripts).