#include <list>
#include "tilemap.h"
#include "botinfo.h"
#include "weapon.h"
#include "bullet.h"
Go to the source code of this file.
Data Structures | |
| class | CBotAI |
| Base class for external AI class. More... | |
Includes everything needed to build AI for the bot. In order to load AI from dll, getBotAI() must be implemented.
1.3-rc3