|
OpenTTD Source
14.0-beta1
|
#include "../stdafx.h"#include "../settings_type.h"#include "../core/random_func.hpp"#include "script_info.hpp"#include "api/script_object.hpp"#include "../textfile_gui.h"#include "../string_func.h"#include <charconv>#include "../safeguards.h"Go to the source code of this file.
Implementation of ScriptConfig.
Definition in file script_config.cpp.