zdoom-macos-deps/test/sdl2_net.cpp

10 lines
108 B
C++

#include <SDL_net.h>
int main()
{
AEDI_EXPECT(SDLNet_Init() == 0);
SDLNet_Quit();
return 0;
}