Howto:Hooking into the GUI: Difference between revisions

Line 8: Line 8:


== C++ Patches ==
== C++ Patches ==
The following set of patches implements a very simple fgcommand-based pre-processor scheme implemented on top of the SGPropertyNode (property tree) structure.
<syntaxhighlight lang="diff">
</syntaxhighlight>


== Registering the pre-processor ==
== Registering the pre-processor ==