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