shithub: m8c

ref: 7de8e37ce4530041837a3ee784d3a5caa1363b40
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