iw7-mod/src/client/component/fastfiles.hpp

7 lines
113 B
C++
Raw Normal View History

2022-05-27 06:25:26 +03:00
#pragma once
namespace fastfiles
{
std::string get_current_fastfile();
2022-09-21 19:14:51 +03:00
bool exists(const std::string& zone);
2022-05-27 06:25:26 +03:00
}