]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
added virtual list control functions (but not implemented them yet) to the native...
[wxWidgets.git] / include / wx / fontutil.h
index b015bea0aa5451602ee546bfc56974cf2fa8b593..7bb3859bcbc808ca372824e0bc0b3223960e0967 100644 (file)
@@ -88,4 +88,12 @@ extern bool wxTestFontEncoding(const wxNativeEncodingInfo& info);
     #include "wx/unix/fontutil.h"
 #endif // X || GDK
 
+// ----------------------------------------------------------------------------
+// font-related functions (MGL)
+// ----------------------------------------------------------------------------
+
+#ifdef __WXMGL__
+    #include "wx/mgl/fontutil.h"
+#endif // __WXMGL__
+
 #endif // _WX_FONTUTIL_H_