misc/libphysfs/platform_beos.cpp
changeset 12213 bb5522e88ab2
parent 8524 a65e9bcf0a03
equal deleted inserted replaced
12212:ea891871f481 12213:bb5522e88ab2
    85 } /* getMountPoint */
    85 } /* getMountPoint */
    86 
    86 
    87 
    87 
    88     /*
    88     /*
    89      * This function is lifted from Simple Directmedia Layer (SDL):
    89      * This function is lifted from Simple Directmedia Layer (SDL):
    90      *  http://www.libsdl.org/  ... this is zlib-licensed code, too.
    90      *  https://www.libsdl.org/  ... this is zlib-licensed code, too.
    91      */
    91      */
    92 static void tryDir(const char *d, PHYSFS_StringCallback callback, void *data)
    92 static void tryDir(const char *d, PHYSFS_StringCallback callback, void *data)
    93 {
    93 {
    94     BDirectory dir;
    94     BDirectory dir;
    95     dir.SetTo(d);
    95     dir.SetTo(d);