mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
13 lines
217 B
C++
13 lines
217 B
C++
![]() |
#pragma once
|
||
|
#include "current_profile/current_profile_tabs.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class tab_handling
|
||
|
{
|
||
|
public:
|
||
|
static void tab_current_profile();
|
||
|
static void tab_my_profiles();
|
||
|
static void tab_search();
|
||
|
};
|
||
|
}
|