Changeset 151
- Timestamp:
- Nov 2, 2007, 5:12:05 PM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/bin/plugins.cfg-init
r89 r151 10 10 Plugin=Plugin_BSPSceneManager 11 11 Plugin=Plugin_OctreeSceneManager 12 Plugin=Plugin_CgProgramManager12 #Plugin=Plugin_CgProgramManager 13 13 14 14 -
code/trunk/src/orxonox.cc
r148 r151 36 36 #include <OgreCEGUIRenderer.h> 37 37 38 #include <enet/enet.h> 39 #include <enet/protocol.h> 38 // some tests to see if enet works without includsion 39 //#include <enet/enet.h> 40 //#include <enet/protocol.h> 40 41 41 42 #if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
Note: See TracChangeset
for help on using the changeset viewer.