|
| ai.hpp |
| Base functions for all AIs.
|
|
| ai_config.cpp |
| Implementation of AIConfig.
|
|
| ai_config.hpp |
| AIConfig stores the configuration settings of every AI.
|
|
| ai_core.cpp |
| Implementation of AI.
|
|
| ai_gui.cpp |
| Window for configuring the AIs
|
|
| ai_gui.hpp |
| Window for configuring the AIs
|
|
| ai_info.cpp |
| Implementation of AIInfo and AILibrary.
|
|
| ai_info.hpp |
| AIInfo keeps track of all information of an AI, like Author, Description, ...
|
|
| ai_instance.cpp |
| Implementation of AIInstance.
|
|
| ai_instance.hpp |
| The AIInstance tracks an AI.
|
|
| ai_scanner.cpp |
| allows scanning AI scripts
|
|
| ai_scanner.hpp |
| declarations of the class for AI scanner
|
|