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,14 @@
|
||||
*/
|
||||
|
||||
#include "KX_TouchEventManager.h"
|
||||
|
||||
#include "SCA_ISensor.h"
|
||||
#include "KX_TouchSensor.h"
|
||||
#include "KX_GameObject.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef PHYSICS_NOT_YET
|
||||
|
||||
KX_TouchEventManager::KX_TouchEventManager(class SCA_LogicManager* logicmgr,
|
||||
|
Reference in New Issue
Block a user