This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
113 B
C++
Raw Normal View History

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