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)
|
||||
|
Reference in New Issue
Block a user