shithub: m8c

ref: 490f192e64e96894bad359796b0d68b3f76ecf3a
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