h2-mod/src/client/component/fastfiles.hpp
2022-08-22 01:42:13 +02:00

12 lines
274 B
C++

#pragma once
#include "game/game.hpp"
namespace fastfiles
{
void enum_assets(const game::XAssetType type, const std::function<void(game::XAssetHeader)>& callback, const bool includeOverride);
std::string get_current_fastfile();
bool exists(const std::string& zone);
}