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:
@@ -42,6 +42,10 @@
|
||||
#include "NG_NetworkMessage.h"
|
||||
#include "NG_NetworkObject.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_NetworkEventManager::KX_NetworkEventManager(class SCA_LogicManager*
|
||||
logicmgr, class NG_NetworkDeviceInterface *ndi) :
|
||||
SCA_EventManager(NETWORK_EVENTMGR), m_logicmgr(logicmgr), m_ndi(ndi)
|
||||
|
@@ -34,6 +34,10 @@
|
||||
#include "NG_NetworkScene.h"
|
||||
#include "KX_NetworkMessageActuator.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_NetworkMessageActuator::KX_NetworkMessageActuator(
|
||||
SCA_IObject* gameobj, // the actuator controlling object
|
||||
NG_NetworkScene* networkscene, // needed for replication
|
||||
|
@@ -41,6 +41,10 @@
|
||||
#include "ListValue.h"
|
||||
#include "StringValue.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef NAN_NET_DEBUG
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
@@ -29,3 +29,7 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
@@ -29,3 +29,8 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user