iw7-mod/src/client/component/fastfiles.hpp
2022-09-21 19:14:51 +03:00

7 lines
113 B
C++

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