The Battle for Wesnoth
1.17.4+dev
conftests
sdl2_image.cpp
Go to the documentation of this file.
1
#include <SDL2/SDL.h>
2
#include <SDL2/SDL_image.h>
3
4
int
main
(
int
,
char
**)
5
{
6
SDL_Init(0);
7
SDL_Quit();
8
9
return
0;
10
}
main
int main(int, char **)
Definition:
sdl2_image.cpp:4
Generated by
1.8.13