2025-04-07 17:37:59 -05:00

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[] = {
};