|
OpenTTD Source 20260109-master-g241b5fcdfe
|
Allows scanning AI scripts. More...
#include "../stdafx.h"#include <ranges>#include "../debug.h"#include "../network/network.h"#include "../openttd.h"#include "../core/random_func.hpp"#include "../script/squirrel_class.hpp"#include "../script/api/script_object.hpp"#include "ai_info.hpp"#include "ai_scanner.hpp"#include "../safeguards.h"Go to the source code of this file.
Allows scanning AI scripts.
Definition in file ai_scanner.cpp.