#ifndef FONT_H #define FONT_H typedef struct { sftd_font *font; } font_userdata; extern u32 textSize; #endif