]> git.mxchange.org Git - flightgear.git/commitdiff
Initial revision.
authorcurt <curt>
Sat, 7 Aug 1999 19:19:14 +0000 (19:19 +0000)
committercurt <curt>
Sat, 7 Aug 1999 19:19:14 +0000 (19:19 +0000)
src/FDM/LaRCsim/c172_init.h [new file with mode: 0644]

diff --git a/src/FDM/LaRCsim/c172_init.h b/src/FDM/LaRCsim/c172_init.h
new file mode 100644 (file)
index 0000000..f7d097e
--- /dev/null
@@ -0,0 +1,11 @@
+/* a quick navion_init.h */
+
+
+#ifndef _NAVION_INIT_H
+#define _NAVION_INIT_H
+
+
+void model_init( void );
+
+
+#endif _NAVION_INIT_H