shithub: m8c

ref: 50ae95ccb30534fec2a4c1779dd9889ab3c6d8ff
dir: /src/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