7 lines
120 B
C++
Raw Normal View History

#pragma once
#include "natives.hpp"
namespace big::features::notify
{
static void above_map(const char* text);
}