Tempo
Tempo is an app that allows users to create and manage timers, stopwatches, and alarms.
Data Structures
Menu.hpp File Reference
#include <iostream>
#include <conio.h>
#include <cstdlib>
#include <fstream>
#include "Timer.hpp"
#include "Stopwatch.hpp"
#include "Alarm.hpp"
#include "Display.hpp"
#include "Notification.hpp"
Include dependency graph for Menu.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Menu
 The Menu class manages the main menu and user input for the Timer Stopwatch and Alarm. More...