OpenLoco/src/OpenLoco/Localisation/LanguageFiles.h

7 lines
86 B
C++

#include <cstdint>
namespace openloco::localisation
{
void loadLanguageFile();
}