Mirai's Miscellaneous Misadventures

M27 / include / mimimi / assets.h

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

#ifndef MIMIMI_ASSETS_H
#define MIMIMI_ASSETS_H

struct mimimi_image { int width, height; unsigned char *colors; };

#endif