add dedicated stopAll()

should not change abi
This commit is contained in:
Green Sky
2025-04-11 20:46:50 +02:00
parent e25ee67e42
commit d03d2dae67
4 changed files with 27 additions and 9 deletions

View File

@@ -47,6 +47,9 @@ struct PluginManager {
bool add(const std::string& plug_path);
// stops, but does not remove/unload, all plugins
void stopAll(void);
// returns the minimum time until next call is wanted in seconds
float tick(float delta);
float render(float delta);