Qualia  0.2
Common.h
Go to the documentation of this file.
1 #ifndef BT_COMMON_H_
2 #define BT_COMMON_H_
3 namespace BehaviorTree
4  {
5  class NoClass{};
6  }
7 
8 #include <stddef.h>
9 #endif