#pragma once
#include "common.hpp"
namespace big
{
class notify
public:
static void above_map(const char* text);
private:
};
}