14 lines
263 B
C++
14 lines
263 B
C++
#ifndef SCSTWTESTINGTIMER_H
|
|
#define SCSTWTESTINGTIMER_H
|
|
|
|
#include <scstwtimer.h>
|
|
#include <QObject>
|
|
|
|
class ScStwTestingTimer : public ScStwTimer
|
|
{
|
|
public:
|
|
ScStwTestingTimer();
|
|
void handleClimberStart(double timeOfStart);
|
|
};
|
|
|
|
#endif // SCSTWTESTINGTIMER_H
|