#include "AISystem.h" #include using namespace crepe; void AISystem::update() { std::cout << "AI System update" << std::endl; }