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