Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 28, 2006, 1:02:52 AM (18 years ago)
Author:
bensch
Message:

new_class_id: mighty design update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/resource_manager.cc

    r9852 r9853  
    232232  void ResourceManager::debug() const
    233233  {
    234     PRINT(0)("=RM===================================\n");
    235     PRINT(0)("= RESOURCE-MANAGER DEBUG INFORMATION =\n");
    236     PRINT(0)("======================================\n");
     234    PRINT(0)("/==RM================================\\\n");
     235    PRINT(0)("| RESOURCE-MANAGER DEBUG INFORMATION |\n");
     236    PRINT(0)("\\====================================/\n");
    237237    PRINT(0)(" MainGlobal search path is %s\n", this->_mainGlobalPath.name().c_str());
    238238    if(!this->_globalPaths.empty())
     
    256256      PRINT(0)("%d:'%s'  ", i, this->_keepLevelNames[i].c_str());
    257257    PRINT(0)("\n");
    258     PRINT(0)("==================================RM==\n");
     258    PRINT(0)("=================================RM==/\n");
    259259  }
    260260}
Note: See TracChangeset for help on using the changeset viewer.