OpenLoco/src/openloco/ScenarioManager.h

9 lines
102 B
C++

#pragma once
#include <cstdint>
namespace openloco::scenariomgr
{
void loadIndex(uint8_t al);
}