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