12 lines
196 B
C++
12 lines
196 B
C++
#pragma once
|
|
|
|
#include "util/string_lookup.hpp"
|
|
#include "assets/data_stores/material_store.hpp"
|
|
|
|
namespace assets
|
|
{
|
|
|
|
using material_library_data = ztu::string_lookup<material_store::id_type>;
|
|
|
|
}
|