]> git.mxchange.org Git - flightgear.git/commit
Patch from Martin Dressler:
authordavid <david>
Sun, 7 Apr 2002 21:13:56 +0000 (21:13 +0000)
committerdavid <david>
Sun, 7 Apr 2002 21:13:56 +0000 (21:13 +0000)
commit396674ce2e7653b9a3446732170d85772ed37a0f
treea5470a7a7b9cf306c6d4c58a0c2143bb89858b38
parent6e5d22789b420291593c8c8a044220372801e454
Patch from Martin Dressler:

This patch moves built-in Class (for now only mag-ribbon) into special
directory as you have written it in TODO: in comments of this class in
panel_io.cxx.  IMHO it is good idea.  I want to play with built-in
classes and OpenGC and this will be useful.
src/Cockpit/Makefile.am
src/Cockpit/built_in/.cvsignore [new file with mode: 0644]
src/Cockpit/built_in/FGMagRibbon.cxx [new file with mode: 0644]
src/Cockpit/built_in/FGMagRibbon.hxx [new file with mode: 0644]
src/Cockpit/built_in/Makefile.am [new file with mode: 0644]
src/Cockpit/built_in/README [new file with mode: 0644]
src/Cockpit/panel_io.cxx
src/Main/Makefile.am