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:
@@ -41,6 +41,10 @@
|
||||
#include "KX_SCA_EndObjectActuator.h"
|
||||
#include "SCA_IScene.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_SCA_EndObjectActuator::KX_SCA_EndObjectActuator(SCA_IObject *gameobj,
|
||||
SCA_IScene* scene,
|
||||
PyTypeObject* T):
|
||||
|
Reference in New Issue
Block a user