mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 07:07:32 +08:00
11 lines
239 B
C++
11 lines
239 B
C++
#pragma once
|
|
#include "current_profile/current_profile_tabs.hpp"
|
|
#include "services/vehicle_service.hpp"
|
|
|
|
namespace big::tab_handling
|
|
{
|
|
void tab_current_profile();
|
|
void tab_my_profiles();
|
|
void tab_saved_profiles();
|
|
void tab_search();
|
|
} |