Просмотр исходного кода

Moved more files from FILENAME to FILENAME.txt ...

Ryan C. Gordon 19 лет назад
Родитель
Сommit
b133b5dfce
4 измененных файлов с 3 добавлено и 3 удалено
  1. 0 0
      CHANGELOG.txt
  2. 1 1
      CREDITS.txt
  3. 1 1
      TODO.txt
  4. 1 1
      physfs.h

+ 0 - 0
CHANGELOG → CHANGELOG.txt


+ 1 - 1
CREDITS → CREDITS.txt

@@ -98,5 +98,5 @@ Windows .rc file:
 Other stuff:
     Your name here! Patches go to icculus@icculus.org ...
 
-/* end of CREDITS ... */
+/* end of CREDITS.txt ... */
 

+ 1 - 1
TODO → TODO.txt

@@ -58,5 +58,5 @@ Stuff:
 - Make mutexes recursive, so callbacks can call into the API.
 - Archivers need abstracted i/o to read from memory or files (archives in archives?)
 
-// end of TODO ...
+// end of TODO.txt ...
 

+ 1 - 1
physfs.h

@@ -203,7 +203,7 @@
  * Please see the file LICENSE.txt in the source's root directory for licensing
  *  and redistribution rights.
  *
- * Please see the file CREDITS in the source's root directory for a more or
+ * Please see the file CREDITS.txt in the source's root directory for a more or
  *  less complete list of who's responsible for this.
  *
  *  \author Ryan C. Gordon.