mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
17 lines
307 B
C++
17 lines
307 B
C++
![]() |
#pragma once
|
||
|
#include "common.hpp"
|
||
|
#include "imgui.h"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class tab_handling
|
||
|
{
|
||
|
public:
|
||
|
static void tab_braking();
|
||
|
static void tab_phyics();
|
||
|
static void tab_suspension();
|
||
|
static void tab_steering();
|
||
|
static void tab_traction();
|
||
|
static void tab_transmission();
|
||
|
};
|
||
|
}
|