Timer/src/Structs.h
2020-11-15 16:26:59 +01:00

14 lines
185 B
C

//
// Created by kalle on 11/15/20.
//
#ifndef TIMER_STRUCTS_H
#define TIMER_STRUCTS_H
struct TimeData {
int seconds;
int minutes;
int hours;
};
#endif //TIMER_STRUCTS_H