Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2009-10-30 07:20:14
Size: 369
Editor: Sam Lantinga
Comment: Turn section number off, use C style syntax highlighting
Revision 4 as of 2009-11-04 05:10:23
Size: 575
Editor: Sam Lantinga
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
/copy function syntax from header file/ value SDL_FunctionName (param)
Line 16: Line 16:
||'''param'''||Something passed to SDL_FunctionName||
Line 18: Line 20:
A value returned by SDL_FunctionName
Line 19: Line 23:
{{{#!highlight cpp
You can add your code example here
}}}
Line 21: Line 28:
You can add useful comments here
Line 23: Line 31:
[[SDL_OtherFunction]]

SDL_FunctionName

Use this function to /insert short function description here/.

Syntax

value SDL_FunctionName (param)

Function Parameters

param

Something passed to SDL_FunctionName

Return Value

A value returned by SDL_FunctionName

Code Examples

You can add your code example here

Remarks

You can add useful comments here

SDL_OtherFunction

None: SDLFunctionTemplate (last edited 2013-10-24 05:34:54 by Sam Lantinga)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit