OpenTTD Source
20241108-master-g80f628063a
|
Handles the saveload part of the AIs. More...
#include "../stdafx.h"
#include "../debug.h"
#include "saveload.h"
#include "compat/ai_sl_compat.h"
#include "../company_base.h"
#include "../string_func.h"
#include "../ai/ai.hpp"
#include "../ai/ai_config.hpp"
#include "../network/network.h"
#include "../ai/ai_instance.hpp"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
struct | AIPLChunkHandler |
Functions | |
static void | SaveReal_AIPL (int arg) |
const ChunkHandlerTable | _ai_chunk_handlers (ai_chunk_handlers) |
Variables | |
static std::string | _ai_saveload_name |
static int | _ai_saveload_version |
static std::string | _ai_saveload_settings |
static bool | _ai_saveload_is_random |
static const SaveLoad | _ai_company_desc [] |
static const SaveLoad | _ai_running_desc [] |
static const AIPLChunkHandler | AIPL |
static const ChunkHandlerRef | ai_chunk_handlers [] |
Handles the saveload part of the AIs.
Definition in file ai_sl.cpp.
|
static |
|
static |
|
static |