shithub: m8c

ref: 1d51460cd917febf948a6d675a313927aac2796b
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