mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
iostream: Note that the new name has nothing to do with C++'s iostream class.
This commit is contained in:
parent
5a21d87e69
commit
c175eb488c
2 changed files with 6 additions and 1 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue