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