OpenLoco/src/openloco/Windows/ToolbarBottomEditor.cpp

16 lines
354 B
C++

#include "../Interop/Interop.hpp"
#include "../Ui/WindowManager.h"
using namespace openloco::interop;
namespace openloco::ui::windows::toolbar_bottom::editor
{
// 0x0043CCCD
void open()
{
call(0x0043CCCD);
// Note call to window_resize_gui_scenario_editor not part of this function
// move when implemented.
}
}