summaryrefslogtreecommitdiff
path: root/sim/src/ai.h
blob: d1e9c2988ce8bfe8c3271f7d1a215650164169ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#pragma once

#include <kurator/sim/ai.h>  // Propagate public header to users since both are sim/ai.h
#include <kurator/sim/State.h>

#include "TeamManager.h"


namespace kurator
{
namespace sim
{


void pick_random_targets(State& ctx, TeamManager& manager);
void take_actions(State& ctx);
void shoot_at_targets(State& ctx);


}  // namespace sim
}  // namespace kurator