Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2005, 5:42:02 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: debug-information for ResourceManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/util/resource_manager.h

    r3672 r3676  
    6363  bool unload(Resource* resource, ResourcePriority = RP_NO);
    6464  bool unloadAllByPriority(ResourcePriority prio);
     65  void debug(void);
    6566
    6667 private:
     
    7778 
    7879  bool isDir(const char* directory);
    79   bool isFile(const char* directory); 
     80  bool isFile(const char* directory);
     81
    8082};
    8183
Note: See TracChangeset for help on using the changeset viewer.