mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-19 07:28:04 +08:00
9 lines
120 B
C++
9 lines
120 B
C++
![]() |
#pragma once
|
||
|
#include "core/enums.hpp"
|
||
|
|
||
|
static const std::string speed_unit_strings[3] = {
|
||
|
"km/h",
|
||
|
"mi/h",
|
||
|
"m/s"
|
||
|
};
|