shithub: m8c

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