mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
10 lines
152 B
C++
10 lines
152 B
C++
#pragma once
|
|
#include "common.hpp"
|
|
#include "imgui.h"
|
|
|
|
namespace big::tab_player
|
|
{
|
|
void tab_info();
|
|
void tab_teleport();
|
|
void tab_toxic();
|
|
} |