Moved FDM/LaRCsim.[ch]xx to FDM/LaRCsim/LaRCsim.[ch]xx
This commit is contained in:
parent
97d22cdd14
commit
b07b7c8ad0
5 changed files with 10 additions and 9 deletions
|
@ -31,16 +31,17 @@
|
|||
#include <Aircraft/aircraft.hxx>
|
||||
#include <Controls/controls.hxx>
|
||||
#include <FDM/flight.hxx>
|
||||
#include <FDM/LaRCsim/ls_cockpit.h>
|
||||
#include <FDM/LaRCsim/ls_generic.h>
|
||||
#include <FDM/LaRCsim/ls_interface.h>
|
||||
#include <FDM/LaRCsim/ls_constants.h>
|
||||
#include <FDM/IO360.hxx>
|
||||
#include <FDM/LaRCsimIC.hxx>
|
||||
#include <FDM/UIUCModel/uiuc_aircraft.h>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Model/acmodel.hxx>
|
||||
|
||||
#include "IO360.hxx"
|
||||
#include "ls_cockpit.h"
|
||||
#include "ls_generic.h"
|
||||
#include "ls_interface.h"
|
||||
#include "ls_constants.h"
|
||||
|
||||
#include "LaRCsim.hxx"
|
||||
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
#define _LARCSIM_HXX
|
||||
|
||||
|
||||
#include "IO360.hxx"
|
||||
#include "flight.hxx"
|
||||
#include <FDM/IO360.hxx>
|
||||
#include <FDM/flight.hxx>
|
||||
#include <FDM/LaRCsimIC.hxx>
|
||||
|
||||
class FGLaRCsim: public FGInterface {
|
|
@ -16,6 +16,7 @@ AIRCRAFT_MODEL = c172_aero.c c172_engine.c c172_gear.c c172_init.c \
|
|||
noinst_LIBRARIES = libLaRCsim.a
|
||||
|
||||
libLaRCsim_a_SOURCES = \
|
||||
LaRCsim.cxx LaRCsim.hxx \
|
||||
atmos_62.c atmos_62.h \
|
||||
default_model_routines.c default_model_routines.h \
|
||||
ls_accel.c ls_accel.h \
|
||||
|
|
|
@ -7,7 +7,6 @@ libFlight_a_SOURCES = \
|
|||
Balloon.cxx Balloon.h \
|
||||
flight.cxx flight.hxx \
|
||||
IO360.cxx IO360.hxx \
|
||||
LaRCsim.cxx LaRCsim.hxx \
|
||||
LaRCsimIC.cxx LaRCsimIC.hxx \
|
||||
MagicCarpet.cxx MagicCarpet.hxx \
|
||||
UFO.cxx UFO.hxx \
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
#include <FDM/ExternalNet/ExternalNet.hxx>
|
||||
#include <FDM/ExternalPipe/ExternalPipe.hxx>
|
||||
#include <FDM/JSBSim/JSBSim.hxx>
|
||||
#include <FDM/LaRCsim.hxx>
|
||||
#include <FDM/LaRCsim/LaRCsim.hxx>
|
||||
#include <FDM/MagicCarpet.hxx>
|
||||
#include <FDM/UFO.hxx>
|
||||
#include <FDM/NullFDM.hxx>
|
||||
|
|
Loading…
Reference in a new issue