13 lines
148 B
C
13 lines
148 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "model/material.h"
|
|
|
|
enum material {
|
|
grey,
|
|
};
|
|
|
|
const struct material_descriptor moai_material[] = {
|
|
};
|