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

9 lines
101 B
C++
Raw Normal View History

2021-04-29 17:47:05 -04:00
#pragma once
#include "game/game.hpp"
namespace fastfiles
{
std::string get_current_fastfile();
}