]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.h
make getsurface* functions shared between VMs
[xonotic/darkplaces.git] / ft2.h
diff --git a/ft2.h b/ft2.h
index 6c1cf8129cdbba13037ec97975b0942be8a40ca3..b8d8cd5c87f192da0d9c35dc0de2330d79bca66c 100644 (file)
--- a/ft2.h
+++ b/ft2.h
@@ -55,6 +55,8 @@ typedef struct ft2_font_s
        size_t            attachmentcount;
        ft2_attachment_t *attachments;
 
+       ft2_settings_t *settings;
+
        // fallback mechanism
        struct ft2_font_s *next;
 } ft2_font_t;