Update of /cvsroot/simspark/simspark/spark/oxygen/physicsserver
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7487/physicsserver
Modified Files:
Tag: WIN32
collisionhandler.h odeobject.h physicsserver.cpp
physicsserver.h
Added Files:
Tag: WIN32
odewrapper.h
Log Message:
- use a wrapper to include ode.h
Index: physicsserver.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/physicsserver/physicsserver.cpp,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** physicsserver.cpp 5 Dec 2005 21:16:49 -0000 1.1
--- physicsserver.cpp 13 Feb 2007 19:52:34 -0000 1.1.2.1
***************
*** 21,25 ****
#include "physicsserver.h"
- #include <ode/ode.h>
using namespace oxygen;
--- 21,24 ----
Index: collisionhandler.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/physicsserver/collisionhandler.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** collisionhandler.h 5 Dec 2005 21:16:49 -0000 1.1
--- collisionhandler.h 13 Feb 2007 19:52:34 -0000 1.1.2.1
***************
*** 24,28 ****
#include <oxygen/sceneserver/basenode.h>
! #include <ode/ode.h>
namespace oxygen
--- 24,28 ----
#include <oxygen/sceneserver/basenode.h>
! #include "odewrapper.h"
namespace oxygen
--- NEW FILE: odewrapper.h ---
#ifndef ODEWRAPPER_H
#define ODEWRAPPER_H
#undef PACKAGE
#undef PACKAGE_VERSION
#undef VERSION
#undef PACKAGE_TARNAME
#undef PACKAGE_STRING
#undef PACKAGE_NAME
#undef PACKAGE_BUGREPORT
#include <ode/ode.h>
#undef PACKAGE
#undef PACKAGE_VERSION
#undef VERSION
#undef PACKAGE_TARNAME
#undef PACKAGE_STRING
#undef PACKAGE_NAME
#undef PACKAGE_BUGREPORT
#include <config.h>
#endif
Index: odeobject.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/physicsserver/odeobject.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** odeobject.h 5 Dec 2005 21:16:49 -0000 1.1
--- odeobject.h 13 Feb 2007 19:52:34 -0000 1.1.2.1
***************
*** 24,28 ****
#include <oxygen/sceneserver/basenode.h>
! #include <ode/ode.h>
namespace oxygen
--- 24,28 ----
#include <oxygen/sceneserver/basenode.h>
! #include "odewrapper.h"
namespace oxygen
Index: physicsserver.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/oxygen/physicsserver/physicsserver.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** physicsserver.h 5 Dec 2005 21:16:49 -0000 1.1
--- physicsserver.h 13 Feb 2007 19:52:34 -0000 1.1.2.1
***************
*** 25,29 ****
#include <zeitgeist/class.h>
#include <zeitgeist/leaf.h>
! #include <ode/ode.h>
namespace oxygen
--- 25,29 ----
#include <zeitgeist/class.h>
#include <zeitgeist/leaf.h>
! #include "odewrapper.h"
namespace oxygen
|