mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
add sdl2_net test
This commit is contained in:
parent
bda525b49a
commit
c38bffd7c4
1 changed files with 9 additions and 0 deletions
9
test/sdl2_net.cpp
Normal file
9
test/sdl2_net.cpp
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#include <SDL_net.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
AEDI_EXPECT(SDLNet_Init() == 0);
|
||||||
|
SDLNet_Quit();
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in a new issue