]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/new_gui.hxx
Clear chat messages when an aircraft becomes inactive in the property tree.
[flightgear.git] / src / GUI / new_gui.hxx
index 352024a66b07511f153e3b4602dee0962979b54b..981628af8406eb0843bb162eb0532ee7d0e13bae 100644 (file)
@@ -27,9 +27,10 @@ SG_USING_STD(string);
 
 #include <Main/fg_props.hxx>
 
+class SGBinding;
+
 class FGMenuBar;
 class FGDialog;
-class FGBinding;
 class FGColor;
 class FGFontCache;
 
@@ -314,6 +315,8 @@ public:
     puFont *get(SGPropertyNode *node);
 
     fntTexFont *getTexFont(const char *name, float size=15.0, float slant=0.0);
+
+    SGPath getfntpath(const char *name);
 };