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