stuff...
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "util/string_lookup.hpp"
|
||||
#include "assets/data_stores/material_store.hpp"
|
||||
#include "assets/identifiers.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
using material_library_data = ztu::string_lookup<material_store::id_type>;
|
||||
using material_library_data = ztu::string_lookup<material_id>;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user