h1-mod/src/client/component/fastfiles.hpp
Federico Cecchetto 8330f7b157 Fastfile component
2022-03-01 21:38:52 +01:00

9 lines
101 B
C++

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