Files
Z3D/include/assets/prefetch_lookups/texture_prefetch_lookup.hpp
2024-12-22 16:58:40 +01:00

8 lines
233 B
C++

#pragma once
#include <filesystem>
#include <unordered_map>
#include "assets/dynamic_data_stores/dynamic_texture_store.hpp"
using texture_prefetch_lookup = std::unordered_map<std::filesystem::path, dynamic_texture_store::id_type>;