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