OpenTTD Source  12.0-beta2
ai.hpp File Reference
#include "../script/api/script_event_types.hpp"
#include "../core/string_compare_type.hpp"
#include "ai_scanner.hpp"
#include <map>

Go to the source code of this file.

Data Structures

class  AI
 Main AI class. More...
 

Typedefs

typedef std::map< const char *, class ScriptInfo *, StringCompareScriptInfoList
 A list that maps AI names to their AIInfo object.
 

Detailed Description

Base functions for all AIs.

Definition in file ai.hpp.