dreamcast/model/bear/material.h
2025-04-03 06:11:39 -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[] = {
};