12 lines
205 B
C++
12 lines
205 B
C++
#pragma once
|
|
|
|
#include "generic/generic_basic_store.hpp"
|
|
#include "assets/data/material_library_data.hpp"
|
|
|
|
namespace assets
|
|
{
|
|
|
|
using material_library_store = generic_basic_store<material_library_data>;
|
|
|
|
}
|