Changeset 2665 for code/branches/buildsystem3/src/orxonox/pch/havepch
- Timestamp:
- Feb 14, 2009, 11:35:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/pch/havepch/OrxonoxStableHeaders.h
r2664 r2665 47 47 #include <Ogre.h> 48 48 #include <CEGUI.h> 49 #include "ois/OIS.h"50 49 #include <boost/thread/recursive_mutex.hpp> 51 50 //#include <boost/thread/mutex.hpp> … … 53 52 //#include <boost/thread/thread.hpp> 54 53 #include <boost/static_assert.hpp> 55 #include <ticpp.h> 54 55 #include <BulletDynamics/Dynamics/btRigidBody.h> 56 #include <ois/OIS.h> 57 #include <tinyxml/ticpp.h> 56 58 #include <tolua++.h> 57 59 … … 94 96 #include "core/input/InputManager.h" 95 97 96 #include "network/ Synchronisable.h"98 #include "network/synchronisable/Synchronisable.h" 97 99 98 #include "Settings.h"100 //#include "Settings.h" 99 101 100 102 //#endif /* ifdef NDEBUG */
Note: See TracChangeset
for help on using the changeset viewer.