OpenTTD Source  20241111-master-gce64d5f5d9
ai_sl_compat.h File Reference

Loading for ai chunks before table headers were added. More...

#include "../saveload.h"

Go to the source code of this file.

Variables

const SaveLoadCompat _ai_company_sl_compat []
 Original field order for _ai_company_desc. More...
 

Detailed Description

Loading for ai chunks before table headers were added.

Definition in file ai_sl_compat.h.

Variable Documentation

◆ _ai_company_sl_compat

const SaveLoadCompat _ai_company_sl_compat[]
Initial value:
= {
SLC_VAR("name"),
SLC_VAR("settings"),
SLC_VAR("version"),
SLC_VAR("is_random"),
}
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
Definition: saveload.h:1211

Original field order for _ai_company_desc.

Definition at line 16 of file ai_sl_compat.h.