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