Mirai's Miscellaneous Misadventures

M28 / include / mimimi / test.h

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

#ifndef MIMIMI_TEST_H
#define MIMIMI_TEST_H

struct mimimi_allocator;
struct mimimi_chapter;
struct mimimi_engine;

struct mimimi_chapter *mimimi_test(struct mimimi_engine *engine);

#endif