/* * Timer.h * * Created: 30.10.2020 19:46:04 * Author: netz */ #ifndef TIMER_H_ #define TIMER_H_ class Timer { // Methods private: protected: public: // Variables private: protected: public: }; #endif /* TIMER_H_ */