shithub: m8c

ref: 9d70859ec2d75be67e2e80b04fb1f5b85b371737
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