Changeset 295 for cpp/frams/virtfile/stringfile.cpp
- Timestamp:
- 01/15/15 22:43:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/virtfile/stringfile.cpp
r286 r295 71 71 return (chain != NULL) ? chain->Vfopen(path, mode) : NULL; 72 72 } 73 74 int StringFileSystem::Vfexists(const char* path)75 {76 return (chain != NULL) ? chain->Vfexists(path) : 0;77 }78 79 VirtDIR *StringFileSystem::Vopendir(const char* path)80 {81 return (chain != NULL) ? chain->Vopendir(path) : NULL;82 }
Note: See TracChangeset
for help on using the changeset viewer.