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_OrientationInterpolator.h"
|
||||
|
||||
|
||||
#include "MT_Matrix3x3.h"
|
||||
#include "KX_IScalarInterpolator.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
void KX_OrientationInterpolator::Execute(float currentTime) const {
|
||||
MT_Vector3 eul(m_ipos[0]->GetValue(currentTime),
|
||||
m_ipos[1]->GetValue(currentTime),
|
||||
|
Reference in New Issue
Block a user