Thunderbots Project
Loading...
Searching...
No Matches
stop_play.h
1
#pragma once
2
3
#include "proto/parameters.pb.h"
4
#include "software/ai/hl/stp/play/play.h"
5
11
class
StopPlay
:
public
Play
12
{
13
public
:
14
StopPlay
(TbotsProto::AiConfig config);
15
16
void
getNextTactics
(TacticCoroutine::push_type &yield,
17
const
WorldPtr &world_ptr)
override
;
18
};
Play
Definition
play.h:34
StopPlay
Definition
stop_play.h:12
StopPlay::getNextTactics
void getNextTactics(TacticCoroutine::push_type &yield, const WorldPtr &world_ptr) override
Definition
stop_play.cpp:11
src
software
ai
hl
stp
play
stop_play.h
Generated by
1.9.8