7 lines
207 B
C++
7 lines
207 B
C++
#pragma once
|
|
|
|
#include "util/string_lookup.hpp"
|
|
#include "assets/dynamic_data_stores/dynamic_material_store.hpp"
|
|
|
|
using dynamic_material_library_buffer = ztu::string_lookup<dynamic_material_store::id_type>;
|