#include "../stdafx.h"
#include "../company_base.h"
#include "../company_func.h"
#include "../debug.h"
#include "saveload.h"
#include "../string_func.h"
#include "../ai/ai.hpp"
#include "../ai/ai_config.hpp"
Go to the source code of this file.
Functions | |
static void | SaveReal_AIPL (int *index_ptr) |
static void | Load_AIPL () |
static void | Save_AIPL () |
Variables | |
static char | _ai_saveload_name [64] |
static int | _ai_saveload_version |
static char | _ai_saveload_settings [1024] |
static const SaveLoad | _ai_company [] |
const ChunkHandler | _ai_chunk_handlers [] |
Definition in file ai_sl.cpp.
const ChunkHandler _ai_chunk_handlers[] |
Initial value:
{
{ 'AIPL', Save_AIPL, Load_AIPL, CH_ARRAY | CH_LAST},
}
const SaveLoad _ai_company[] [static] |