25 lines
419 B
C++
25 lines
419 B
C++
/**
|
|
* @file llwlparamset_stub.cpp
|
|
* @brief stub class to allow unit testing
|
|
*
|
|
* $LicenseInfo:firstyear=2009&license=viewergpl$
|
|
* Copyright (c) 2009, Linden Research, Inc.
|
|
* $/LicenseInfo$
|
|
*/
|
|
|
|
LLWLParamSet::LLWLParamSet(void)
|
|
{
|
|
}
|
|
|
|
void LLWLParamSet::updateCloudScrolling()
|
|
{
|
|
}
|
|
|
|
void LLWLParamSet::set(const std::string& name, const LLVector4& val)
|
|
{
|
|
}
|
|
|
|
void LLWLParamSet::update(LLGLSLShader *shader) const
|
|
{
|
|
}
|