mirror of
https://github.com/Team4388/auto_planner.git
synced 2026-06-08 16:28:08 -06:00
6 lines
82 B
C
6 lines
82 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "../game/planner.h"
|
||
|
|
|
||
|
|
void send_path(MultiPath *path);
|