shithub: m8c

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