ref: 801ff4c1769a417308965b9bbf64630ec91a981a dir: /src/inline_font.h/
#ifndef INLINE_FONT_H_ #define INLINE_FONT_H_ struct inline_font { int width; int height; unsigned char bits[]; }; #endif