This commit is contained in:
ZY4N
2025-03-28 13:09:34 +01:00
parent 6f60cc11c8
commit d18b40a7fc
34 changed files with 393 additions and 272 deletions

View File

@@ -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>;
}