shithub: m8c

ref: 9c83bd814f629c0e809ccd52aa50cc1995be0cc4
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