]> git.mxchange.org Git - simgear.git/commit
Move FGODGauge from FlightGear to SimGear.
authorThomas Geymayer <tomgey@gmail.com>
Fri, 19 Oct 2012 09:48:39 +0000 (11:48 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Fri, 19 Oct 2012 09:56:32 +0000 (11:56 +0200)
commitf191b4f35c26d38cf856a9ea0e69706d2167396b
tree3c000361193e1a3e2dfa2343cdf77ed6d74386ab
parente24e3c06122dcba0d15a3d01be8957bb6b96d739
Move FGODGauge from FlightGear to SimGear.

This is a first step for moving the Canvas system to SimGear to
make it accessible to other applications (eg.FGRadar is going to
use it)
simgear/CMakeLists.txt
simgear/canvas/CMakeLists.txt [new file with mode: 0644]
simgear/canvas/ODGauge.cxx [new file with mode: 0644]
simgear/canvas/ODGauge.hxx [new file with mode: 0644]