shithub: m8c

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