shithub: m8c

ref: 2829f6be68ec3129870c1b7626f3e6223043b4ba
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