Changeset 9836 in orxonox.OLD for branches/new_class_id/src/world_entities/bsp_entity.cc
- Timestamp:
- Sep 26, 2006, 5:16:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/bsp_entity.cc
r9833 r9836 17 17 18 18 #include "debug.h" 19 #include "loading/ new_resource_manager.h"19 #include "loading/resource_manager.h" 20 20 21 21 #include "class_id_DEPRECATED.h" … … 71 71 72 72 // Check wether file exists.... 73 if ( File(Resources:: NewResourceManager::getInstance()->prependAbsoluteMainPath(name)).exists() ) {73 if ( File(Resources::ResourceManager::getInstance()->prependAbsoluteMainPath(name)).exists() ) { 74 74 75 75 this->bspManager = new BspManager(this);
Note: See TracChangeset
for help on using the changeset viewer.