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