14 lines
175 B
C
14 lines
175 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "model/material.h"
|
|
|
|
enum material {
|
|
bear_matBear,
|
|
bear_matOutline,
|
|
};
|
|
|
|
const struct material_descriptor bear_material[] = {
|
|
};
|