|
OpenTTD Source 20251117-master-g7398d2e290
|
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.