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

6 lines
74 B
C++
Raw Normal View History

2022-05-26 23:25:26 -04:00
#pragma once
namespace fastfiles
{
std::string get_current_fastfile();
}