fixes
This commit is contained in:
7
include/assets/prefetch_lookups/mesh_prefetch_lookup.hpp
Normal file
7
include/assets/prefetch_lookups/mesh_prefetch_lookup.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <unordered_map>
|
||||
#include "assets/dynamic_data_stores/dynamic_mesh_store.hpp"
|
||||
|
||||
using mesh_prefetch_lookup = std::unordered_map<std::filesystem::path, dynamic_mesh_store::id_type>;
|
||||
Reference in New Issue
Block a user