Mirai's Miscellaneous Misadventures

M29 / include / mimimi / test.h

1// copyright 2022 zamfofex
2// license: AGPLv3 or later
3
4#ifndef MIMIMI_TEST_H
5#define MIMIMI_TEST_H
6
7struct mimimi_allocator;
8struct mimimi_chapter;
9struct mimimi_engine;
10
11struct mimimi_chapter *mimimi_test(struct mimimi_engine *engine);
12
13#endif