(This function is part of SDL_net, a separate library from SDL.)

NET_GetVersion

This function gets the version of the dynamically linked SDL_net library.

Header File

Defined in <SDL3_net/SDL_net.h>

Syntax

int NET_GetVersion(void);

Return Value

(int) Returns SDL_net version.

Version

This function is available since SDL_net 3.0.0.


CategoryAPI, CategoryAPIFunction, CategorySDLNet