SimpleAI
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Classes
ITreeLoader.h File Reference
#include "common/Thread.h"
#include <memory>
#include <string>
#include <vector>
#include <map>
#include <cstdarg>
#include <cstdio>
Include dependency graph for ITreeLoader.h:
This graph shows which files directly or indirectly include this file:

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...