Преглед на файлове

Added a see-also to the docs.

Ryan C. Gordon преди 15 години
родител
ревизия
9d979b21d0
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/physfs.h

+ 2 - 0
src/physfs.h

@@ -1113,6 +1113,8 @@ PHYSFS_DECL int PHYSFS_isSymbolicLink(const char *fname);
  *
  *
  *   \param filename filename to check, in platform-independent notation.
  *   \param filename filename to check, in platform-independent notation.
  *  \return last modified time of the file. -1 if it can't be determined.
  *  \return last modified time of the file. -1 if it can't be determined.
+ *
+ * \sa PHYSFS_Stat
  */
  */
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_getLastModTime(const char *filename);
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_getLastModTime(const char *filename);