|
⇤ ← Revision 1 as of 2010-06-07 01:48:54
Size: 1198
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 1053
Comment: update content (from Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| #else SDL_RWops* SDL_RWFromFP(void* fp, SDL_bool autoclose) #endif |
|
| Line 20: | Line 16: |
| <<Color2(green, Does the ifdef stay in?)>> | |
| Line 23: | Line 20: |
| ||'''fp'''||^a pointer to a floating-point to fill an [[SDL_RWops]] structure with^ ???|| |
DRAFT |
SDL_RWFromFP
Use this function to create SDL_RWops structures from green
.
Contents
Syntax
#ifdef HAVE_STDIO_H
SDL_RWops* SDL_RWFromFP(FILE* fp,
SDL_bool autoclose)
green
Function Parameters
fp |
a pointer to a floating-point contained in a file to fill an [[SDL_RWops]] structure with ??? |
autoclose |
SDL_TRUE to autoclose or SDL_FALSE to leave the structure open ??? |
Return Value
A pointer to the SDL_RWops structure that is created.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_RWFromFile ???
SDL_RWFromMem ???
