]> git.mxchange.org Git - flightgear.git/commit
Add an initial implementation of a hla module.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 27 Jun 2010 07:04:10 +0000 (09:04 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 17 Jan 2011 20:35:03 +0000 (21:35 +0100)
commit70dd6279a742030271b5b0927501f59bc9aecb98
tree5449d43ca72cb913859a0ed99f58b265cfd26924
parent4e3a2a2c1ce09056dc82d00bfc0c5ee46abb9236
Add an initial implementation of a hla module.
configure.ac
src/AIModel/AIMultiplayer.hxx
src/Main/Makefile.am
src/Main/fg_io.cxx
src/Main/options.cxx
src/Network/HLA/Makefile.am [new file with mode: 0644]
src/Network/HLA/hla.cxx [new file with mode: 0644]
src/Network/HLA/hla.hxx [new file with mode: 0644]
src/Network/Makefile.am