OpenLoco/src/OpenLoco/Gui.h

8 lines
78 B
C++

#pragma once
namespace openloco::gui
{
void init();
void resize();
}