We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d01ee commit 95be602Copy full SHA for 95be602
units/SDL_stdinc.inc
@@ -213,5 +213,5 @@ function SDL_fabsf(x: cfloat): cfloat; cdecl;
213
* \since This datatype is available since SDL 3.1.3.
214
}
215
type
216
- TSDL_FunctionPointer = procedure (parameter:Pointer); cdecl;
+ TSDL_FunctionPointer = procedure(parameter:Pointer); cdecl;
217
0 commit comments