automatic download of data files
[safbench] / menus.h
1 #ifndef MENUS_H_
2 #define MENUS_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 menus();                           // render menus
12 void textures_menus();          // textur for menus
13 extern int menu;                        // what menu  to render
14 extern GLfloat check_pos;       // position of check marker in settings menu
15 extern GLfloat res_dial_w;      // rotate the width resolution dial
16 extern GLfloat res_dial_h;      // rotate the height resolution dial
17
18 #endif  /* MENUS_H_ */