]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.h
doxygen comments and config file
[xonotic/darkplaces.git] / fs.h
diff --git a/fs.h b/fs.h
index 9f01461d7a4b783a89400e7b4199b820e02ab9ec..938eb734012704b9a2c3d31efe34e98519d02689 100644 (file)
--- a/fs.h
+++ b/fs.h
@@ -32,7 +32,7 @@ typedef struct qfile_s qfile_t;
 
 #ifdef WIN32
 //typedef long fs_offset_t; // 32bit
-typedef __int64 fs_offset_t; // 64bit (lots of warnings, and read/write still don't take 64bit on win64)
+typedef __int64 fs_offset_t; ///< 64bit (lots of warnings, and read/write still don't take 64bit on win64)
 #else
 typedef long long fs_offset_t;
 #endif