shared-libraries/ScStwLibraries/tests/scstwtestingtimer.h

15 lines
263 B
C
Raw Normal View History

2021-05-11 20:08:36 +02:00
#ifndef SCSTWTESTINGTIMER_H
#define SCSTWTESTINGTIMER_H
#include <scstwtimer.h>
#include <QObject>
class ScStwTestingTimer : public ScStwTimer
{
public:
ScStwTestingTimer();
void handleClimberStart(double timeOfStart);
};
#endif // SCSTWTESTINGTIMER_H