1
0
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:
Ted John
2018-03-24 00:40:51 +00:00
parent c340c2abec
commit 237e0be7ef
4 changed files with 146 additions and 2 deletions

View File

@@ -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);