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 "SCA_EventManager.h"
|
||||
#include "SCA_LogicManager.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
SCA_PropertySensor::SCA_PropertySensor(SCA_EventManager* eventmgr,
|
||||
SCA_IObject* gameobj,
|
||||
const STR_String& propname,
|
||||
|
Reference in New Issue
Block a user