Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4054 in orxonox.OLD for orxonox/trunk/src/util/resource_manager.h


Ignore:
Timestamp:
May 5, 2005, 1:32:47 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the guiMerge-branche back into the trunk
merged with command:
svn merge -r 4043:HEAD guiMerge/ ../trunk/
no conflicts, only updates and moves :)

File:
1 edited

Legend:

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

    r4032 r4054  
    8181  static bool touchFile(const char* fileName);
    8282  static bool deleteFile(const char* fileName);
     83  static char* homeDirCheck(const char* name);
    8384
    8485 private:
     
    9495  Resource* locateResourceByPointer(const void* pointer);
    9596 
    96   static char* homeDirCheck(const char* name);
    9797};
    9898
Note: See TracChangeset for help on using the changeset viewer.