1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Exclude node_modules directory

This commit is contained in:
Ted John
2020-02-06 21:55:53 +00:00
parent f9d7237e92
commit 2e62078c30
2 changed files with 19 additions and 9 deletions

View File

@@ -127,6 +127,7 @@ namespace OpenRCT2::Scripting
void Initialise();
void LoadPlugins();
void StartPlugins();
bool ShouldLoadScript(const std::string& path);
void AutoReloadPlugins();
};
} // namespace OpenRCT2::Scripting