Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
fonts
font2.hpp
Go to the documentation of this file.
1
#ifndef FONT2_HPP
2
#define FONT2_HPP
3
4
#include <vector>
5
#include <string>
6
7
using namespace
std
;
8
9
extern
vector<vector<string>>
f2_ascii
;
10
extern
int
f2_height
;
11
12
#endif
f2_height
int f2_height
Definition:
font2.cpp:117
std
STL namespace.
f2_ascii
vector< vector< string > > f2_ascii
Definition:
font2.cpp:116
Generated on Wed Oct 16 2024 20:10:05 for Tempo by
1.8.13