#include "../command_func.h"
#include "../map_func.h"
#include "../network/network.h"
#include "../company_func.h"
#include "../signs_func.h"
#include "../tunnelbridge.h"
#include "../vehicle_func.h"
#include "../road_type.h"
#include "../group.h"
#include "table/strings.h"
#include <vector>
Go to the source code of this file.
Data Structures | |
| class | AIStorage |
| The storage for each AI. More... | |
Typedefs | |
| typedef bool( | AIModeProc )() |
| The callback function for Mode-classes. | |
Definition in file ai_storage.hpp.
1.5.6