aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/AISystem.cpp
blob: 012f4fa8b31ec22014491bea7fc6f09ae87a0e88 (plain)
1
2
3
4
5
6
#include "AISystem.h"
#include <iostream>

using namespace crepe;

void AISystem::update() { std::cout << "AI System update" << std::endl; }