Mirai's Miscellaneous Misadventures

M17 / include / mimimi / test.h

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

#ifndef MIMIMI_TEST_H
#define MIMIMI_TEST_H

struct mimimi_chapter;

struct mimimi_chapter *mimimi_test(void *(*allocate)(unsigned int count));

void mimimi_test_end(struct mimimi_chapter *chapter, void (*deallocate)(void *data));

struct mimimi_image *mimimi_test_images(struct mimimi_chapter *chapter);

#endif