h2-mod/src/client/component/fastfiles.hpp
Federico Cecchetto 87545c31d7 Client
2021-09-07 00:40:37 +02:00

9 lines
101 B
C++

#pragma once
#include "game/game.hpp"
namespace fastfiles
{
std::string get_current_fastfile();
}