Changeset 6203 for code/branches/presentation2/src/libraries
- Timestamp:
- Dec 2, 2009, 4:57:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/Resource.h
r5929 r6203 86 86 bool bSearchGroupsIfNotFound = false); 87 87 88 //! Similar to open(string, string, bool), but with a fileInfo struct 89 static DataStreamPtr open(shared_ptr<ResourceInfo> fileInfo, 90 bool bSearchGroupsIfNotFound = false) 91 { 92 return open(fileInfo->filename, fileInfo->group, bSearchGroupsIfNotFound); 93 } 94 88 95 /** 89 96 @brief
Note: See TracChangeset
for help on using the changeset viewer.