shared-libraries/ScStwLibraries/tests/scstwtestingtimer.cpp

11 lines
193 B
C++

#include "scstwtestingtimer.h"
ScStwTestingTimer::ScStwTestingTimer()
{
}
void ScStwTestingTimer::handleClimberStart(double timeOfStart) {
ScStwTimer::handleClimberStart(timeOfStart);
}