go back
1// copyright 2022 zamfofex 2// license: AGPLv3 or later 3 4#ifndef MIMIMI_FONT_H 5#define MIMIMI_FONT_H 6 7struct mimimi_font; 8 9extern struct mimimi_font *mimimi_font; 10 11#endif
// copyright 2022 zamfofex
// license: AGPLv3 or later
#ifndef MIMIMI_FONT_H
#define MIMIMI_FONT_H
struct mimimi_font;
extern struct mimimi_font *mimimi_font;
#endif