]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/ls_model.h
Latest round of JSBim updates.
[flightgear.git] / src / FDM / LaRCsim / ls_model.h
index cb0d0321fcad90f2c1ebcefe227425cc22e6ca16..df980590f89a4e6a750aa97903c10a670a9b90d8 100644 (file)
@@ -4,6 +4,16 @@
 #ifndef _LS_MODEL_H
 #define _LS_MODEL_H
 
+typedef enum {
+  NAVION,
+  C172,
+  CHEROKEE,
+  BASIC,
+  UIUC
+} Model;
+
+extern Model current_model;
+
 
 void ls_model( SCALAR dt, int Initialize );