|
Size: 369
Comment: Turn section number off, use C style syntax highlighting
|
Size: 575
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/.
Contents
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
