Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 21, 2006, 7:09:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: built two new functions for the NETWORK precache

fromResourceableStrin and toResourceableString

these two functions can be used to CACHE a Resource loaded on one Machine on the other one

File:
1 edited

Legend:

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

    r6646 r6648  
    120120  Resource* locateResourceByPointer(const void* pointer) const;
    121121
     122  char* toResourcableString(unsigned int i);
     123  bool fromResourceableString(const char* resourceableString);
     124
    122125  void debug() const;
    123126
Note: See TracChangeset for help on using the changeset viewer.