shithub: m8c

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