#pragma once
namespace fastfiles
{
std::string get_current_fastfile();
bool exists(const std::string& zone);
}