rwops: Changed filenames that reference "rwops" to "iostream".

This commit is contained in:
Ryan C. Gordon 2024-03-14 23:30:59 -04:00
parent 6776b6108a
commit 5a21d87e69
No known key found for this signature in database
GPG key ID: FA148B892AB48044
24 changed files with 55 additions and 53 deletions

View file

@ -10,7 +10,7 @@
freely.
*/
/* sanity tests on SDL_rwops.c (useful for alternative implementations of stdio rwops) */
/* sanity tests on SDL_iostream.c (useful for alternative implementations of stdio iostream) */
/* quiet windows compiler warnings */
#if defined(_MSC_VER) && !defined(_CRT_NONSTDC_NO_WARNINGS)