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