1
0
Fork 0
flightgear/src/Main/FGInterpolator.cxx

16 lines
344 B
C++
Raw Normal View History

/*
* FGInterpolator.cxx
*
* Created on: 16.03.2013
* Author: tom
*/
#include "FGInterpolator.hxx"
#include <simgear/scene/util/ColorInterpolator.hxx>
//------------------------------------------------------------------------------
FGInterpolator::FGInterpolator()
{
addInterpolatorFactory<simgear::ColorInterpolator>("color");
}