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