1 2 3 4 5 6 7 8
#ifndef __JE_AI_H__ #define __JE_AI_H__ // Decision Making #include "state_machine.h" #include "behavior_tree.h" #endif