shithub: m8c

ref: 106c86c4991c2a70afded613313e0281d1feaab9
dir: /inline_font.h/

View raw version
#ifndef INLINE_FONT_H_
#define INLINE_FONT_H_
struct inline_font {
    int width;
    int height;
    unsigned char bits[];
};
#endif