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