|
Size: 840
Comment: structurs
|
← Revision 14 as of 2013-10-12 19:35:50 ⇥
Size: 858
Comment: Fixed search to exclude the right pages.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| ##<<FullSearchCached(category:CategoryEnum CategoryIO -SGEnumerations)>> | ##<<FullSearchCached(category:CategoryEnum CategoryIO -title:SGEnumerations)>> |
| Line 20: | Line 20: |
| <<FullSearchCached(category:CategoryStruct CategoryIO -SGStructures)>> | <<FullSearchCached(category:CategoryStruct CategoryIO -title:SGStructures)>> |
| Line 23: | Line 23: |
| <<FullSearchCached(category:CategoryIO -CategoryEnum -CategoryStruct -SGFunctions)>> | <<FullSearchCached(category:CategoryIO -CategoryEnum -CategoryStruct -title:SGFunctions)>> |
File I/O Abstraction
Include File(s): SDL_rwops.h
Introduction
This category contains functions for handling the general interface for SDL to read and write data streams. It can easily be extended to files, memory, etc.
Structures
Functions
- SDL_AllocRW
- SDL_FreeRW
- SDL_RWFromConstMem
- SDL_RWFromFP
- SDL_RWFromFile
- SDL_RWFromMem
- SDL_RWclose
- SDL_RWread
- SDL_RWseek
- SDL_RWsize
- SDL_RWtell
- SDL_RWwrite
- SDL_ReadBE16
- SDL_ReadBE32
- SDL_ReadBE64
- SDL_ReadLE16
- SDL_ReadLE32
- SDL_ReadLE64
- SDL_ReadU8
- SDL_WriteBE16
- SDL_WriteBE32
- SDL_WriteBE64
- SDL_WriteLE16
- SDL_WriteLE32
- SDL_WriteLE64
- SDL_WriteU8
