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