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

9 lines
101 B
C++
Raw Normal View History

2022-03-01 15:38:52 -05:00
#pragma once
#include "game/game.hpp"
namespace fastfiles
{
std::string get_current_fastfile();
}