automatic download of data files
[safbench] / j35_draken.h
1 #ifndef J35_DRAKEN_H_
2 #define J35_DRAKEN_H_
3
4 // License information.
5 // The Software "SAF BENCH" was written by Patrik.A, also known as Nitton Attiofyra
6 // on YouTube. (https://www.youtube.com/@NittonAttiofyra)
7
8 // The software is released in to the Public Domain and comes with no warranty and is used
9 // at your own risk!
10
11 void textures_draken();                 // used to load textures
12 void j35_draken();                      // draws all the geometry of the Plane 
13 extern int draken_wheels;               // toggel landing gear visible or hidden
14 extern int draken_ab_on;                // toggle afterburner on or off
15 extern int draken_contrail;             // toggle contrail on or off
16 extern GLfloat contrail_draken_x [];    // contrails, J-35 Draken
17
18 #endif  /* J35_DRAKEN_H_ */