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 772486d commit c9eada4Copy full SHA for c9eada4
main.c
@@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
36
LOG_SDL_VERSION("SDL_ttf", SDL_TTF_VERSION, TTF_Version);
37
LOG_SDL_VERSION("SDL_rtf", SDL_RTF_VERSION, RTF_Version);
38
#ifdef WITH_SDLNET
39
- LOG_SDL_VERSION("SDL_net", SDL_NET_VERSION, SDLNet_Version);
+ LOG_SDL_VERSION("SDL_net", SDL_NET_VERSION, NET_GetVersion);
40
#endif
41
42
/* Initialize test framework */
@@ -73,7 +73,7 @@ int main(int argc, char *argv[]) {
73
74
TTF_Init();
75
76
- SDLNet_Init();
+ NET_Init();
77
78
79
while (1) {
0 commit comments