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