]> 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 d258399f60ef760f535d48f71ead9b4c09f36fc8..981628af8406eb0843bb162eb0532ee7d0e13bae 100644 (file)
@@ -315,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);
 };