mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-05 19:35:35 +00:00
All of these entries make use of captureless lambdas, so there's no need to make use of std::function. We can just use a regular function pointer, which allows making all of the file-static entries within IScriptObject constexpr. Eliminating all of their runtime static constructors.