]> git.mxchange.org Git - flightgear.git/commit
Moved the ExternalNet code to it's own subdirectory. The plan is also
authorcurt <curt>
Sat, 28 Sep 2002 21:38:51 +0000 (21:38 +0000)
committercurt <curt>
Sat, 28 Sep 2002 21:38:51 +0000 (21:38 +0000)
commitd2dbf0a8ee8eb7a422366535791e2aa11f276c0b
tree3a7aca65e931e6d29320822ba5cbfb294e400ba5
parent1acb43dbfc021715ddf56bbb55e818ce3429fa14
Moved the ExternalNet code to it's own subdirectory.  The plan is also
place standalone FDM wrappers here as well so we can build FDM specific
executables that interface with FG via the ExternalNet interface.
src/FDM/ExternalNet/ExternalNet.cxx [new file with mode: 0644]
src/FDM/ExternalNet/ExternalNet.hxx [new file with mode: 0644]
src/FDM/ExternalNet/Makefile.am [new file with mode: 0644]