Mirai's Miscellaneous Misadventures
M29 / include / mimimi / test.h
1
2
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