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

7 lines
113 B
C++
Raw Normal View History

2022-05-26 23:25:26 -04:00
#pragma once
namespace fastfiles
{
std::string get_current_fastfile();
2022-09-21 12:14:51 -04:00
bool exists(const std::string& zone);
2022-05-26 23:25:26 -04:00
}