Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
font4.hpp
Go to the documentation of this file.
1 #ifndef FONT4_HPP
2 #define FONT4_HPP
3 
4 #include <vector>
5 #include <string>
6 
7 using namespace std;
8 
9 extern vector<vector<string>> f4_ascii;
10 extern int f4_height;
11 
12 #endif // FONT4_HPP
int f4_height
Definition: font4.cpp:185
STL namespace.
vector< vector< string > > f4_ascii
Definition: font4.cpp:184