Ignore:
Timestamp:
01/15/15 22:43:01 (9 years ago)
Author:
Maciej Komosinski
Message:

Reorganizations and extensions of directory/file/filesystem IO classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/virtfile/stdiofile.cpp

    r293 r295  
    3737}
    3838
    39 int StdioFileSystem::Vfexists(const char* path)
     39bool StdioFileSystem::Vfexists(const char* path)
    4040{
    4141        return fileExists(path);
Note: See TracChangeset for help on using the changeset viewer.