zdoom-macos-deps/test/sdl2_net.cpp
2022-08-21 11:59:05 +03:00

9 lines
108 B
C++

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