1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

Add angle and banking to track segment

This commit is contained in:
Ted John
2022-05-10 21:54:28 +01:00
parent bf1e3412a5
commit 71a6e2bf74
5 changed files with 109 additions and 2 deletions

View File

@@ -252,6 +252,7 @@ namespace OpenRCT2::Scripting
# endif
private:
void RegisterConstants();
void RefreshPlugins();
std::vector<std::string> GetPluginFiles() const;
void UnregisterPlugin(std::string_view path);