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 8a90fd7 commit 0d2453aCopy full SHA for 0d2453a
sdl2_net.pas
@@ -70,7 +70,7 @@ procedure SDL_NET_VERSION(Out X: TSDL_Version);
70
it should NOT be used to fill a version structure, instead you should
71
use the SDL_NET_VERSION() macro.
72
*}
73
- procedure SDLNet_Linked_Version() cdecl; external SDLNet_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDLNet_Linked_Version' {$ENDIF} {$ENDIF};
+ function SDLNet_Linked_Version: PSDL_Version cdecl; external SDLNet_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDLNet_Linked_Version' {$ENDIF} {$ENDIF};
74
75
{* Initialize/Cleanup the network API
76
SDL must be initialized before calls to functions in this library,
0 commit comments