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:
@@ -32,6 +32,10 @@
|
||||
#include "KX_MotionState.h"
|
||||
#include "SG_Spatial.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_MotionState::KX_MotionState(SG_Spatial* node) : m_node(node)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user