6 lines
111 B
C++
6 lines
111 B
C++
#pragma once
|
|
#include "types.hpp"
|
|
|
|
float calc_base_speed(const TrackInfo& info);
|
|
void speed_strategy_reset();
|