Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -30,11 +30,13 @@
|
||||
*/
|
||||
|
||||
#include "KX_PositionInterpolator.h"
|
||||
|
||||
|
||||
#include "MT_Point3.h"
|
||||
#include "KX_IScalarInterpolator.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
void KX_PositionInterpolator::Execute(float currentTime) const {
|
||||
m_target.setValue(m_ipos[0]->GetValue(currentTime),
|
||||
m_ipos[1]->GetValue(currentTime),
|
||||
|
Reference in New Issue
Block a user