#pragma once #include #include "model/material.h" enum material { grey, }; const struct material_descriptor moai_material[] = { };