initial commit
[safbench] / digits.h
1 #ifndef DIGITS_H_
2 #define DIGITS_H_
3 // License information.
4 // The Software "SAF BENCH" was written by Patrik.A, also known as Nitton Attiofyra
5 // on YouTube. (https://www.youtube.com/@NittonAttiofyra)
6
7 // The software is released in to the Public Domain and comes with no warranty and is used
8 // at your own risk!
9
10 void textures_digits();         // load textures for the digits
11 void render_fps();                      // render frame counter in the demo
12 void render_score();            // render the sccore in the main menu
13 extern int draw_fps[];          // array that holds up to 5 digits that represents etch digit in the FPS number
14
15 #endif  /* DIGITS_H_ */