11 lines
165 B
C++
11 lines
165 B
C++
#pragma once
|
|
|
|
#include "generic/generic_material_store.hpp"
|
|
|
|
namespace assets
|
|
{
|
|
|
|
using material_store = detail::generic_material_store<material_components::all>;
|
|
|
|
}
|