10 lines
193 B
C++
10 lines
193 B
C++
#include "scstwtestingtimer.h"
|
|
|
|
ScStwTestingTimer::ScStwTestingTimer()
|
|
{
|
|
|
|
}
|
|
|
|
void ScStwTestingTimer::handleClimberStart(double timeOfStart) {
|
|
ScStwTimer::handleClimberStart(timeOfStart);
|
|
}
|