Timer Console
|
#include "./files.h"
#include <fstream>
#include "../Alarm/alarm.h"
#include "../Timer/timer.h"
#include "../Timer/timerData.h"
#include "../includes/nlohmann/json.hpp"
Typedefs | |
using | json = nlohmann::json |
For better readability and development process using json is declared here at the top of the implementation file. | |
using json = nlohmann::json |
For better readability and development process using json is declared here at the top of the implementation file.