automatic download of data files
[safbench] / tu_95.h
1 #ifndef TU_95_H_
2 #define TU_95_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_tu_95();                  // used to load textures
12 void tu_95();                                   // draws all the geometry of the Plane 
13 extern GLfloat r_propeller;             // rotate forward propellers
14 extern GLfloat contrail_x [];   // contrails, TU-95
15
16 #endif  /* TU_95_H_ */