13 lines
388 B
C++
13 lines
388 B
C++
/**
|
|
* @file llwlanimator_stub.cpp
|
|
* @brief stub class to allow unit testing
|
|
*
|
|
* $LicenseInfo:firstyear=2009&license=viewergpl$
|
|
* Copyright (c) 2009, Linden Research, Inc.
|
|
* $/LicenseInfo$
|
|
*/
|
|
|
|
LLWLAnimator::LLWLAnimator(void) {}
|
|
void LLWLAnimator::update(LLWLParamSet& set) {}
|
|
void LLWLAnimator::setTrack(std::map<F32, LLWLParamKey>& track, F32 dayRate, F64 dayTime, bool run) {}
|