sourcepawn
sourcepawn copied to clipboard
Make InstallBuiltinNatives() virtual.
This PR does nothing except make sp::PluginRuntime::InstallBuiltinNatives()
a virtual function, allowing it to be called in external libraries.
I'm not sure why this isn't already exposed - if there is a reason though, feel free to inform me!