mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
7 lines
120 B
C++
7 lines
120 B
C++
![]() |
#pragma once
|
||
|
#include "natives.hpp"
|
||
|
|
||
|
namespace big::features::notify
|
||
|
{
|
||
|
static void above_map(const char* text);
|
||
|
}
|