8 lines
260 B
C++
8 lines
260 B
C++
#pragma once
|
|
|
|
#include <filesystem>
|
|
#include <unordered_map>
|
|
#include "assets/dynamic_data_stores/dynamic_material_library_store.hpp"
|
|
|
|
using material_library_prefetch_lookup = std::unordered_map<std::filesystem::path, dynamic_material_library_store::id_type>;
|