Mirai's Miscellaneous Misadventures

M19 / include / mimimi / senran-kagura / parts.h

// copyright 2022 zamfofex
// license: AGPLv3 or later

#ifndef MIMIMI_SENRAN_KAGURA_PARTS_H
#define MIMIMI_SENRAN_KAGURA_PARTS_H

struct mimimi_rotating_image;

struct mimimi_rotating_image *mimimi_head;
struct mimimi_rotating_image *mimimi_torso;
struct mimimi_rotating_image *mimimi_arm;
struct mimimi_rotating_image *mimimi_leg;

struct mimimi_rotating_image *mimimi_mirai_yang_right_sleeve;
struct mimimi_rotating_image *mimimi_mirai_face;
struct mimimi_rotating_image *mimimi_mirai_hair;
struct mimimi_rotating_image *mimimi_mirai_yang_dress;
struct mimimi_rotating_image *mimimi_mirai_yang_left_sleeve;

struct mimimi_rotating_image *mimimi_hebijo_uniform_torso;
struct mimimi_rotating_image *mimimi_hebijo_uniform_left_sleeve;
struct mimimi_rotating_image *mimimi_hebijo_uniform_right_sleeve;
struct mimimi_rotating_image *mimimi_hebijo_uniform_sock;
struct mimimi_rotating_image *mimimi_hebijo_uniform_shoe;

struct mimimi_rotating_image *mimimi_ryoubi_face;
struct mimimi_rotating_image *mimimi_ryoubi_hair;
struct mimimi_rotating_image *mimimi_ryoubi_pigtails;

struct mimimi_rotating_image *mimimi_ryouna_face;
struct mimimi_rotating_image *mimimi_ryouna_hair;

#endif