mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Add basic window API
This commit is contained in:
@@ -41,7 +41,7 @@ Plugin::~Plugin()
|
||||
|
||||
void Plugin::Load()
|
||||
{
|
||||
std::string projectedVariables = "console,context,map,park";
|
||||
std::string projectedVariables = "console,context,map,park,ui";
|
||||
std::string code;
|
||||
{
|
||||
std::ifstream fs(_path);
|
||||
|
||||
Reference in New Issue
Block a user