iostream: Note that the new name has nothing to do with C++'s iostream class.

This commit is contained in:
Ryan C. Gordon 2024-03-15 01:16:31 -04:00
parent 5a21d87e69
commit c175eb488c
No known key found for this signature in database
GPG key ID: FA148B892AB48044
2 changed files with 6 additions and 1 deletions

View file

@ -24,6 +24,9 @@
*
* This file provides a general interface for SDL to read and write
* data streams. It can easily be extended to files, memory, etc.
*
* SDL_IOStream is not related to the standard C++ iostream class, other
* than both are abstract interfaces to read/write data.
*/
#ifndef SDL_iostream_h_