Add RegPluginLibrary

This gives us the option to enforcing this plugin or checking if it's loaded.
This commit is contained in:
Bara 2021-09-03 22:51:29 +02:00 committed by Mat
parent 8596a272e1
commit ac3f227a57

View File

@ -118,6 +118,8 @@ public APLRes AskPluginLoad2(Handle myself, bool late, char[] error, int err_max
return APLRes_Failure;
}
RegPluginLibrary("boostfix");
g_late = late;
return APLRes_Success;
}