Qualia  0.2
PriorityNode.h
Go to the documentation of this file.
1 namespace BehaviorTree
2 {
4 
11 {
12 public:
13  BEHAVIOR_STATUS execute(void* agent);
15  void init(void* agent);
16 
19 };
20 
21 }