#include "common/Thread.h"
#include <memory>
#include <string>
#include <vector>
#include <map>
#include <cstdarg>
#include <cstdio>
Go to the source code of this file.
Classes | |
class | ai::ITreeLoader |
This class must be extended to load behaviour trees. The contract here is that the parsing only happens once (of course) and then ITreeLoader::getTrees and ITreeLoader::load will just access the cached data. More... | |