shithub: m8c

ref: 251f3547aa13e5bbda0eacf0f70d90c69195cd43
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